diff 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
line wrap: on
line diff
--- a/tests/test-convert-svn-tags	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-convert-svn-tags	Tue May 19 23:02:17 2009 +0200
@@ -27,7 +27,7 @@
 hg convert --datesort $svnurl A-hg
 
 cd A-hg
-hg glog --template '#rev# #desc|firstline# tags: #tags#\n'
+hg glog --template '{rev} {desc|firstline} tags: {tags}\n'
 hg tags | sed 's/:.*/:/'
 cd ..