Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
authorThomas Arendsen Hein <thomas@intevation.de>
Tue, 04 Sep 2007 18:37:28 +0200
changeset 5283 4fe04b183fd8
parent 5282 22ddde515fda
child 5284 f8c36b215281
Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
tests/test-parentrevspec
--- a/tests/test-parentrevspec
+++ b/tests/test-parentrevspec
@@ -59,7 +59,7 @@ lookup "6~" "6~1" "6~2" "6~3" "6~4" "6~5
 echo
 
 echo 'with a tag "6^" pointing to rev 1'
-hg tag -l -r 1 6^
+hg tag -l -r 1 "6^"
 lookup "6^" "6^1" "6~1" "6^^"
 echo