tests/test-1102
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Wed, 02 Dec 2009 18:49:10 +0200
changeset 10033 ccb179013813
parent 6671 938eddd76237
permissions -rwxr-xr-x
i18n-el: resync i18n/el.po with changeset 2ba40cdaacb2

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