changeset 5382 | d7d395fb7cd5 |
parent 5275 | 4287590a63af |
child 5462 | 91a522a69c13 |
--- 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' +