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

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents 14ed6662af48
children b236f34ec1e9
line wrap: on
line diff
--- a/tests/test-convert-darcs	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-convert-darcs	Tue May 19 23:02:17 2009 +0200
@@ -53,7 +53,7 @@
 
 glog()
 {
-    hg glog --template '#rev# "#desc|firstline#" files: #files#\n' "$@"
+    hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
 }
 
 hg convert darcs-repo darcs-repo-hg 2>&1 | grep -v hGetLine | grep -v '^$'