tests/test-merge-commit
changeset 8523 5b7da468531b
parent 8167 6c82beaaa11a
--- a/tests/test-merge-commit	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-merge-commit	Tue May 19 23:02:17 2009 +0200
@@ -33,7 +33,7 @@
 echo line1 > bar
 hg ci -m '4: revert content change from rev 2'
 
-hg log --template '#rev#:#node|short# #parents#\n'
+hg log --template '{rev}:{node|short} {parents}\n'
 echo '% this should use bar@rev2 as the ancestor'
 hg --debug merge 3
 echo '% contents of bar should be line1 line2'
@@ -64,7 +64,7 @@
 echo line1 > bar
 hg ci -m '4: revert content change from rev 2'
 
-hg log --template '#rev#:#node|short# #parents#\n'
+hg log --template '{rev}:{node|short} {parents}\n'
 echo '% this should use bar@rev2 as the ancestor'
 hg --debug merge 3
 echo '% contents of bar should be line1 line2'