diff tests/test-import @ 8523:5b7da468531b

tests: replace #...# syntax with {...}
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 May 2009 23:02:17 +0200
parents 6c82beaaa11a
children 648d6a1a1cf2 b8352a3617f3
line wrap: on
line diff
--- a/tests/test-import	Fri May 15 09:43:30 2009 +0200
+++ b/tests/test-import	Tue May 19 23:02:17 2009 +0200
@@ -144,10 +144,10 @@
 hg --cwd a ci -m'third change'
 hg --cwd a export -o '../patch%R' 1 2
 hg clone -qr0 a b
-hg --cwd b parents --template 'parent: #rev#\n'
+hg --cwd b parents --template 'parent: {rev}\n'
 hg --cwd b import ../patch1 ../patch2
 hg --cwd b rollback
-hg --cwd b parents --template 'parent: #rev#\n'
+hg --cwd b parents --template 'parent: {rev}\n'
 rm -r b
 
 # bug non regression test