tests/test-tags
changeset 4651 7176f278d6f9
parent 4482 99f411ba0380
child 4659 7a7d4937272b
equal deleted inserted replaced
4650:15e22b483adc 4651:7176f278d6f9
    83 # test tag removal
    83 # test tag removal
    84 hg tag --remove -d '1000000 0' bar 
    84 hg tag --remove -d '1000000 0' bar 
    85 hg tip
    85 hg tip
    86 hg tags
    86 hg tags
    87 
    87 
       
    88 echo '% remove nonexistent tag'
       
    89 hg tag --remove -d '1000000 0' foobar
       
    90 hg tip
       
    91 
    88 # test tag rank
    92 # test tag rank
    89 cd ..
    93 cd ..
    90 hg init t3
    94 hg init t3
    91 cd t3
    95 cd t3
    92 echo foo > foo
    96 echo foo > foo