tests/test-1102
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sun, 17 May 2009 16:05:50 +0200
changeset 8474 bccc90b56d02
parent 6671 938eddd76237
permissions -rwxr-xr-x
templater: clean up the process method, separating code paths

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