comparison tests/test-tags @ 4651:7176f278d6f9

Test attempt to remove nonexistent tag
author Brendan Cully <brendan@kublai.com>
date Wed, 20 Jun 2007 18:09:40 -0700
parents 99f411ba0380
children 7a7d4937272b
comparison
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