v201029
New features in the v201029 release:
-
Support for Python 3 contributed by Chris J Billington
[email protected]. Thanks to Max Fuqua
[email protected], Toni Sissala [email protected] for
reporting bugs and in some cases contributing fixes. -
Support for repositories with git and hg subrepos. Patch contributed
by Ondrej Stanek [email protected].
Plugins:
-
The Mercurial revision and commit hash is now available in the
commit_data dict. Patches contributed by Ethan Furman
[email protected] and Ondrej Stanek [email protected]. -
The head2branch plugin now works on hashes and not revision
numbers. Patch contributed by Ondrej Stanek [email protected]. -
Plugins can now modify the committer.
-
A new plugin, drop, which allows commits to be removed on the
fly. Contributed by Henrik Tunedal [email protected].
Bug fixes:
-
More robust Mercurial version detection contributed by Steven Peters
[email protected]. -
Documentation fix by Pi Delport [email protected].
-
Mapping files now correctly handles UTF-8. Patch contributed by
Chris J Billington [email protected].