tests/test-tag
changeset 1654 b7fc961507db
parent 1596 41366b7d6709
child 1933 7544700fd931
equal deleted inserted replaced
1653:e8a3df8b62b3 1654:b7fc961507db
     8 hg tag -d "0 0" "bleah"
     8 hg tag -d "0 0" "bleah"
     9 hg history
     9 hg history
    10 
    10 
    11 echo foo >> .hgtags
    11 echo foo >> .hgtags
    12 hg tag -d "0 0" "bleah2" || echo "failed"
    12 hg tag -d "0 0" "bleah2" || echo "failed"
       
    13 hg tag -d "0 0" -r 0 "bleah2" 1 || echo "failed"
    13 
    14 
    14 hg revert .hgtags
    15 hg revert .hgtags
    15 hg tag -d "0 0" -r 0 "bleah0"
    16 hg tag -d "0 0" -r 0 "bleah0"
    16 hg tag -l -d "0 0" "bleah1" 1
    17 hg tag -l -d "0 0" "bleah1" 1
    17 
    18