comparison tests/test-convert-svn-branches @ 8523:5b7da468531b

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents 29f4f0d66cd5
children 9c75f16f577c
comparison
equal deleted inserted replaced
8522:39fd67552297 8523:5b7da468531b
31 31
32 echo % convert again 32 echo % convert again
33 hg convert --branchmap=branchmap --datesort $svnurl A-hg 33 hg convert --branchmap=branchmap --datesort $svnurl A-hg
34 34
35 cd A-hg 35 cd A-hg
36 hg glog --template 'branch=#branches# #rev# #desc|firstline# files: #files#\n' 36 hg glog --template 'branch={branches} {rev} {desc|firstline} files: {files}\n'
37 hg branches | sed 's/:.*/:/' 37 hg branches | sed 's/:.*/:/'
38 hg tags -q 38 hg tags -q
39 cd .. 39 cd ..