tests/test-1102
branchstable
changeset 12795 3cb0559e44d0
parent 12793 469850088fc1
parent 12794 6bf8d48bec8e
child 12796 bc69ba99e34b
--- a/tests/test-1102	Wed Oct 20 23:39:48 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-rm -rf a
-hg init a
-cd a
-echo a > a
-hg ci -Am0
-hg tag t1 # 1
-hg tag --remove t1 # 2
-
-hg co 1
-hg tag -r0 t1
-hg tags
-
-
-