diff tests/test-convert-svn @ 5382:d7d395fb7cd5

convert_svn: add --filemap support
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Thu, 04 Oct 2007 23:21:37 -0300
parents 4287590a63af
children 91a522a69c13
line wrap: on
line diff
--- a/tests/test-convert-svn
+++ b/tests/test-convert-svn
@@ -51,3 +51,10 @@ cd ..
 echo % test incremental conversion
 hg convert $svnurl
 
+echo % test filemap
+echo 'include b' > filemap
+hg convert --filemap filemap $svnurl fmap
+echo '[extensions]' >> $HGRCPATH
+echo 'hgext.graphlog =' >> $HGRCPATH
+hg glog -R fmap --template '#rev# #desc|firstline# files: #files#\n'
+