tests/test-tag-issue916
author Martin Geisler <mg@daimi.au.dk>
Tue, 09 Sep 2008 21:32:39 +0200
changeset 7015 6651de7176a0
parent 7009 3d54cf97598d
permissions -rwxr-xr-x
i18n, record: improve use of translated docstring in prompts The old code would confuse the user if the translator actually translated the letters "Ynsfdaq?" in the prompt, since the user input would be matched against the English string, despite the translation. The new code fixes this, but the translator must be 100% consistent. Also, the translation of single character strings is problematic if they are used differently by different pieces of code.

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