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.
Martin Geisler <mg@lazybytes.net> [Sat, 12 Dec 2009 16:54:33 +0100] rev 10044
Merge with stable
Martin Geisler <mg@lazybytes.net> [Sat, 12 Dec 2009 15:26:57 +0100] rev 10043
test-hgrc: cleanup
- don't create a repository for no reason.
- empty $HGRCPATH for better isolation between tests
Martin Geisler <mg@lazybytes.net> [Sat, 12 Dec 2009 16:46:16 +0100] rev 10042
config: raise ConfigError on non-existing include files
Before, an %include directive for a non-existing file resulted in an
IOError and a traceback.