tests/test-1102
author Tobias Bell <tobias.bell@gmail.com>
Sat, 28 Mar 2009 16:34:40 +0100
changeset 7901 ccc6531e6db8
parent 6671 938eddd76237
permissions -rwxr-xr-x
i18n: spelling correction in German translation

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