tests/test-1102
author Christian Ebert <blacktrash@gmx.net>
Sat, 12 Jul 2008 19:12:10 +0100
changeset 7115 c5c2d43b01da
parent 6671 938eddd76237
permissions -rwxr-xr-x
patchbomb: mime-encode headers and parts not containing patches Do nothing for "hg email --test" to preserve display.

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