amend: drop --branches, pick it from working directory
The amended changeset branch was picked either from --branch or from the
first parent, but the actual working directory branch was ignored. The
behaviour is changed so the amended revision branch is picked from the
intermediate revision, which branch comes from the usual working
directory rules. --branch is thus replaced by "hg branch".
=============================
Mutable History For Mercurial
=============================
:obsolete:
Introduce an ``obsolete`` concept that tracks new versions of rewritten
changesets.
:evolve:
A collection of commands to rewrite the mutable part of the history.
**These extensions are experimental and are not meant for production.**
See doc/ directory for details
Contribute
==================
This repository contains public immutable changeset. Developement happen here::
http://hg-lab.logilab.org/wip/mutable-history/
Make sure to pull lastest draft changeset before submitting new changeset.