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