tests/test-1102
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 06 Dec 2008 15:57:11 +0100
changeset 7474 b2cbced7bb50
parent 6671 938eddd76237
permissions -rwxr-xr-x
use inst.args instead of using __getitem__ directly DeprecationWarning: __getitem__ not supported for exception classes in 3.x; use args attribute

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