Wed, 10 Sep 2008 08:49:05 +0200 merge backout
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 08:49:05 +0200] rev 7017
merge backout
Wed, 10 Sep 2008 08:48:23 +0200 Backed out changeset 3d54cf97598d (see issue916 for details)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 10 Sep 2008 08:48:23 +0200] rev 7016
Backed out changeset 3d54cf97598d (see issue916 for details)
Tue, 09 Sep 2008 21:32:39 +0200 i18n, record: improve use of translated docstring in prompts
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7015
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.
Tue, 09 Sep 2008 21:32:39 +0200 i18n: use gettext instead of _
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7014
i18n: use gettext instead of _ Both gettext and _ trigger a translation at runtime, but _ can only be used with a string argument since it also triggers string extraction.
Tue, 09 Sep 2008 21:32:39 +0200 i18n: mark help strings for translation
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7013
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.
Tue, 09 Sep 2008 21:32:39 +0200 restructure helptable
Martin Geisler <mg@daimi.au.dk> [Tue, 09 Sep 2008 21:32:39 +0200] rev 7012
restructure helptable When looking up a help topic, the key is now only matched against the short names for each topic, and not the header. So hg help 'Environment Variables' must be replaced with hg help env
Tue, 09 Sep 2008 14:43:12 +0200 Do not try to load extensions twice (issue811)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Sep 2008 14:43:12 +0200] rev 7011
Do not try to load extensions twice (issue811)
Mon, 08 Sep 2008 14:22:14 +0200 enhance the error output in case of failure during http push
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Sep 2008 14:22:14 +0200] rev 7010
enhance the error output in case of failure during http push
Mon, 08 Sep 2008 14:04:10 +0200 tag: without a checkout, base the tag changeset on tip instead of nullid
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Sep 2008 14:04:10 +0200] rev 7009
tag: without a checkout, base the tag changeset on tip instead of nullid issue916
Mon, 08 Sep 2008 13:07:00 +0200 use Exception(args)-style raising consistently (py3k compatibility)
Peter Ruibal <peter.ruibal@intel.com> [Mon, 08 Sep 2008 13:07:00 +0200] rev 7008
use Exception(args)-style raising consistently (py3k compatibility)
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip