tests/test-1102
author Martijn Pieters <mj@zopatista.com>
Wed, 29 Apr 2009 11:39:49 +0200
changeset 8241 dd1b47e17d7e
parent 6671 938eddd76237
permissions -rwxr-xr-x
Fix typeerror when specifying both --rebase and --pull

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