tests/test-tag-issue916
changeset 7017 8362086a1227
parent 7015 6651de7176a0
parent 7016 58dcf10eea2b
child 7018 0b72836b0384
--- a/tests/test-tag-issue916	Tue Sep 09 21:32:39 2008 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-hg init
-echo a > a
-hg commit -Am "test" -d "1000000 0"
-
-echo % issue 916
-hg up 000000
-hg parents
-hg tag -r tip -d "1000000 0" "jglick"
-echo % should it be removed ?
-cat .hgtags
-hg tip