changeset 5283:4fe04b183fd8

Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55)
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 04 Sep 2007 18:37:28 +0200
parents 22ddde515fda
children f8c36b215281
files tests/test-parentrevspec
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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