tests/test-1102
author Bryan O'Sullivan <bos@serpentine.com>
Mon, 24 Aug 2009 16:30:42 -0700
changeset 9486 dd8d10c36c9c
parent 6671 938eddd76237
permissions -rwxr-xr-x
notify: make it possible to pass extra info into templates

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