diff -r 6874368120dc -r d7d395fb7cd5 tests/test-convert-svn --- a/tests/test-convert-svn Thu Oct 04 23:21:37 2007 -0300 +++ b/tests/test-convert-svn Thu Oct 04 23:21:37 2007 -0300 @@ -51,3 +51,10 @@ 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' +