Wed, 03 Mar 2010 00:12:05 +0900 ui: ignore ui.logtemplate and ui.style when HGPLAIN is set stable
Yuya Nishihara <yuya@tcha.org> [Wed, 03 Mar 2010 00:12:05 +0900] rev 10567
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set HGPLAIN should suppress them because they change Mercurial's default output.
Tue, 02 Mar 2010 10:40:58 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Tue, 02 Mar 2010 10:40:58 +0100] rev 10566
Merge with hg-i18n
Tue, 02 Mar 2010 12:41:27 +0900 i18n-ja: synchronized with bb4561401c84 stable
FUJIWARA Katsunori <foozy@lares.dti.ne.jp> [Tue, 02 Mar 2010 12:41:27 +0900] rev 10565
i18n-ja: synchronized with bb4561401c84
Mon, 01 Mar 2010 23:27:44 +0900 alias: fixes exception when displaying translated help text stable
Yuya Nishihara <yuya@tcha.org> [Mon, 01 Mar 2010 23:27:44 +0900] rev 10564
alias: fixes exception when displaying translated help text __doc__ of aliased command shouldn't cointain non-ASCII characters, because it'll be gettext-ed later by commands.help_(). Here gettext can raise UnicodeDecodeError. Once concatenated two translatable strings into one, it become untranslatable. So this patch moves 'alias for:' from dispatch.cmdalias to commands.help_, where help texts are translated. 'alias for:' was introduced by 6e8a16dd3e30.
Mon, 01 Mar 2010 22:47:39 +0100 Merge with hg-i18n stable
Martin Geisler <mg@lazybytes.net> [Mon, 01 Mar 2010 22:47:39 +0100] rev 10563
Merge with hg-i18n
Sun, 28 Feb 2010 19:37:56 +0100 i18n-sv: synchronized with d1bbf01c4a8e stable
Jens Bäckman <jens.backman@gmail.com> [Sun, 28 Feb 2010 19:37:56 +0100] rev 10562
i18n-sv: synchronized with d1bbf01c4a8e
Mon, 01 Mar 2010 22:44:02 +0100 tests: update output to match b1339234080e stable
Martin Geisler <mg@lazybytes.net> [Mon, 01 Mar 2010 22:44:02 +0100] rev 10561
tests: update output to match b1339234080e
Mon, 01 Mar 2010 14:15:55 +0100 Add ElementPath to the list of package ignored by demand import stable
Pierre-Yves David <pierre-yves.david@logilab.fr> [Mon, 01 Mar 2010 14:15:55 +0100] rev 10560
Add ElementPath to the list of package ignored by demand import The bzrlib try to import the ElementPath module but had a fallback in case the import fails. Lazy import of this module leads to later failure. The bzrlib is used by the convert extension.
Mon, 01 Mar 2010 15:41:21 -0500 resolve: rewrite help to be clearer and more complete (issue2030). stable
Greg Ward <greg-hg@gerg.ca> [Mon, 01 Mar 2010 15:41:21 -0500] rev 10559
resolve: rewrite help to be clearer and more complete (issue2030).
Sun, 28 Feb 2010 19:43:21 +0100 mq: simplify --mq handling / keep compatibility with other extensions stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 28 Feb 2010 19:43:21 +0100] rev 10558
mq: simplify --mq handling / keep compatibility with other extensions reported by edgimar on IRC
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip