tests/test-1102
author Martin Geisler <mg@lazybytes.net>
Sun, 12 Jul 2009 21:37:24 +0200
changeset 9113 f439d82f018c
parent 6671 938eddd76237
permissions -rwxr-xr-x
gitweb, monoblue: fix double-spacing in file view (issue1733) The error was introduced in 338412820a57.

#!/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