tests/test-1102
author Martin Geisler <mg@lazybytes.net>
Fri, 31 Jul 2009 11:40:03 +0200
changeset 9296 5043a5b16d91
parent 6671 938eddd76237
permissions -rwxr-xr-x
gendoc: rename underlined/bold to section/subsection

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