tests/test-parentrevspec
changeset 5283 4fe04b183fd8
parent 5199 94e77a174f55
equal deleted inserted replaced
5282:22ddde515fda 5283:4fe04b183fd8
    57 lookup "6^^" "6^^^" "6^^^^" "6^^^^^" "6^^^^^^" "6^1" "6^2" "6^^2" "6^1^2" "6^^3"
    57 lookup "6^^" "6^^^" "6^^^^" "6^^^^^" "6^^^^^^" "6^1" "6^2" "6^^2" "6^1^2" "6^^3"
    58 lookup "6~" "6~1" "6~2" "6~3" "6~4" "6~5" "6~42" "6~1^2" "6~1^2~2"
    58 lookup "6~" "6~1" "6~2" "6~3" "6~4" "6~5" "6~42" "6~1^2" "6~1^2~2"
    59 echo
    59 echo
    60 
    60 
    61 echo 'with a tag "6^" pointing to rev 1'
    61 echo 'with a tag "6^" pointing to rev 1'
    62 hg tag -l -r 1 6^
    62 hg tag -l -r 1 "6^"
    63 lookup "6^" "6^1" "6~1" "6^^"
    63 lookup "6^" "6^1" "6~1" "6^^"
    64 echo
    64 echo
    65 
    65 
    66 echo 'with a tag "foo^bar" pointing to rev 2'
    66 echo 'with a tag "foo^bar" pointing to rev 2'
    67 hg tag -l -r 2 "foo^bar"
    67 hg tag -l -r 2 "foo^bar"