diff tests/test-convert-cvs-branch @ 8523:5b7da468531b

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents 1f0f01bc86a5
children 6019e6517f95
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-convert-cvs-branch	Tue May 19 23:02:17 2009 +0200
@@ -61,4 +61,4 @@
 
 echo % Check the result
 
-hg -R src-hg glog --template '#rev# (#branches#) #desc# files: #files#\n'
+hg -R src-hg glog --template '{rev} ({branches}) {desc} files: {files}\n'