Patrick Mezard <pmezard@gmail.com> [Sun, 13 Dec 2009 18:06:23 +0100] rev 10054
cmdutil: extract ctx dependent closures into templatekw
Patrick Mezard <pmezard@gmail.com> [Sun, 13 Dec 2009 18:06:23 +0100] rev 10053
cmdutil: replace showlist() closure with a function
Patrick Mezard <pmezard@gmail.com> [Sun, 13 Dec 2009 11:56:22 +0100] rev 10052
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 07 Dec 2009 12:44:15 -0500] rev 10051
convert/svn: make sink recover gracefully from empty changeset
Otherwise when processing a changeset that in fact changes no files
(perhaps due to bug in import from CVS) can get something like:
unexpected svn output:
abort: unable to cope with svn output
Bug report and patch draft by Jesse Glick <jesse.glick@sun.com>
Shun-ichi GOTO <shunichi.goto@gmail.com> [Mon, 07 Dec 2009 19:18:03 +0900] rev 10050
win32mbcs: Add configuration to specify path encoding
Add win32mbcs.encoding configuration option to specify the encoding to
use instead of encoding.encoding.
This option is useful for the users who want to write UTF-8 log
message on non UTF-8 path encoding environment.
Martin Geisler <mg@lazybytes.net> [Sat, 12 Dec 2009 23:03:05 +0100] rev 10049
Merge with stable
Nicolas Dumazet <nicdumz.commits@gmail.com> [Fri, 11 Dec 2009 15:09:52 +0900] rev 10048
mq: qpop: remove added files before re-adding removed files
We need to do this to avoid file/directories conflicts.
This causes patches removing a committed file and replacing it
with a directory to be "unpoppable".
Greg Ward <greg-hg@gerg.ca> [Thu, 10 Dec 2009 09:35:43 -0500] rev 10047
revlog: rewrite several method docstrings
- methods: findmissing(), nodesbetween(), descendants(), ancestors()
- the goal is precise, concise, accurate, grammatical, understandable,
consistently formatted docstrings
David Soria Parra <dsp@php.net> [Fri, 11 Dec 2009 11:04:31 +0100] rev 10046
color: Add support for bookmarks
David Soria Parra <dsp@php.net> [Fri, 11 Dec 2009 11:04:31 +0100] rev 10045
color: Do not pass --color, --no-color parameters to wrapped function
Passing the --color and --no-color parameter to the wrapped function
can cause a invalid argument exception if the wrapped function doesn't
accepts a **opts dict.