test-commit-amend.t: fix check-code violation from 3a72c89a83ec
authorAugie Fackler <raf@durin42.com>
Fri, 12 Apr 2013 17:00:42 -0400
changeset 18912 4e1ae55e63ef
parent 18911 451eb1c27c1b
child 18913 79580b3140cd
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
tests/test-commit-amend.t
--- a/tests/test-commit-amend.t	Mon Feb 11 00:43:12 2013 +0100
+++ b/tests/test-commit-amend.t	Fri Apr 12 17:00:42 2013 -0400
@@ -697,7 +697,7 @@
   
   $ hg debugrename aa
   aa not renamed
-  $ hg debugrename -r .^ aa
+  $ hg debugrename -r '.^' aa
   aa renamed from a:a80d06849b333b8a3d5c445f8ba3142010dcdc9e
 
 Amend a merge changeset (with manifest-level conflicts):