diff 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
line wrap: on
line diff
--- a/tests/test-tags
+++ b/tests/test-tags
@@ -85,6 +85,10 @@ hg tag --remove -d '1000000 0' bar
 hg tip
 hg tags
 
+echo '% remove nonexistent tag'
+hg tag --remove -d '1000000 0' foobar
+hg tip
+
 # test tag rank
 cd ..
 hg init t3