view tests/test-1102 @ 8880:a3a936a2fe46

help: improve grammar/wording of 'extensions' topic
author Greg Ward <greg-hg@gerg.ca>
date Sun, 21 Jun 2009 11:23:16 -0400
parents 938eddd76237
children
line wrap: on
line source

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