# HG changeset patch # User Thomas Arendsen Hein # Date 1188923848 -7200 # Node ID 4fe04b183fd83ec6ba9b8c8f014329064761e36c # Parent 22ddde515fda4799d4985d827e700d653095151b Forgot to quote "6^" in test-parentrevspec (see 94e77a174f55) diff -r 22ddde515fda -r 4fe04b183fd8 tests/test-parentrevspec --- a/tests/test-parentrevspec Tue Sep 04 13:56:15 2007 +0200 +++ b/tests/test-parentrevspec Tue Sep 04 18:37:28 2007 +0200 @@ -59,7 +59,7 @@ 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