tests/test-parentrevspec
changeset 5283 4fe04b183fd8
parent 5199 94e77a174f55
--- 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