tests/test-tag-issue916
author Martin Geisler <mg@daimi.au.dk>
Tue, 09 Sep 2008 21:32:39 +0200
changeset 7013 f56e788fa292
parent 7009 3d54cf97598d
permissions -rwxr-xr-x
i18n: mark help strings for translation The gettext function is just another name for the normal _ function and it is used for translating docstrings when using _ would make pygettext.py output a warning.

#!/bin/sh

hg init
echo a > a
hg commit -Am "test" -d "1000000 0"

echo % issue 916
hg up 000000
hg parents
hg tag -r tip -d "1000000 0" "jglick"
echo % should it be removed ?
cat .hgtags
hg tip