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

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents 965b11c1bd82
children 9c75f16f577c
comparison
equal deleted inserted replaced
8522:39fd67552297 8523:5b7da468531b
25 25
26 echo % convert 26 echo % convert
27 hg convert --datesort $svnurl A-hg 27 hg convert --datesort $svnurl A-hg
28 28
29 cd A-hg 29 cd A-hg
30 hg glog --template '#rev# #desc|firstline# tags: #tags#\n' 30 hg glog --template '{rev} {desc|firstline} tags: {tags}\n'
31 hg tags | sed 's/:.*/:/' 31 hg tags | sed 's/:.*/:/'
32 cd .. 32 cd ..
33 33
34 echo % convert without tags 34 echo % convert without tags
35 hg convert --datesort --config convert.svn.tags= $svnurl A-notags-hg 35 hg convert --datesort --config convert.svn.tags= $svnurl A-notags-hg