tests/test-import
changeset 8523 5b7da468531b
parent 8167 6c82beaaa11a
child 9328 648d6a1a1cf2
child 9573 b8352a3617f3
--- 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