tests/test-convert-svn
changeset 5382 d7d395fb7cd5
parent 5273 4287590a63af
child 5462 91a522a69c13
--- 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'
+