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	Fri Jun 15 14:48:21 2007 -0500
+++ b/tests/test-tags	Wed Jun 20 18:09:40 2007 -0700
@@ -85,6 +85,10 @@
 hg tip
 hg tags
 
+echo '% remove nonexistent tag'
+hg tag --remove -d '1000000 0' foobar
+hg tip
+
 # test tag rank
 cd ..
 hg init t3