diff tests/test-convert-mtn @ 8523:5b7da468531b

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents d883bfbd2e60
children bb5ea66789e3
line wrap: on
line diff
--- a/tests/test-convert-mtn	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-convert-mtn	Tue May 19 23:02:17 2009 +0200
@@ -115,7 +115,7 @@
 
 glog()
 {
-    hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
+    hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
 }
 
 cd repo.mtn-hg