comparison 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
comparison
equal deleted inserted replaced
5381:6874368120dc 5382:d7d395fb7cd5
49 cd .. 49 cd ..
50 50
51 echo % test incremental conversion 51 echo % test incremental conversion
52 hg convert $svnurl 52 hg convert $svnurl
53 53
54 echo % test filemap
55 echo 'include b' > filemap
56 hg convert --filemap filemap $svnurl fmap
57 echo '[extensions]' >> $HGRCPATH
58 echo 'hgext.graphlog =' >> $HGRCPATH
59 hg glog -R fmap --template '#rev# #desc|firstline# files: #files#\n'
60