Mercurial > evolve
diff README @ 1686:474db2d60202
metaedit: add support for folding commits while editing their metadata
This also allows us to accept multiple commits without dealing with the thorny
algorithmic and UI issues of editing multiple commits at once.
Crucially, it is different from 'hg fold --exact' in that it also allows
'folding' a single commit and rewriting its metadata. This is really useful to
have as a single logical operation, for example while preparing a series of
multiple local changesets that will need to be pushed as a single changeset.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Mon, 25 Apr 2016 16:24:42 -0700 |
parents | 48c3a472aec7 |
children | b21ce82e6f76 |
line wrap: on
line diff
--- a/README Mon Apr 25 16:24:42 2016 -0700 +++ b/README Mon Apr 25 16:24:42 2016 -0700 @@ -69,6 +69,7 @@ - hg summary now suggest 'hg evolve --continue when appropriate` - compatibility with Mercurial 3.8 'hgext' namespace package. - small improvement to the `hg split` instruction +- add a 'metaedit' command to rewrite changeset meta data. 5.3.0 -- 2016-02-11