Mercurial > evolve
diff README @ 1449:9be1cadf7a07
next: add a --evolve option
When on a topological head, this option will trigger the evolution of a unstable
changeset that will result in a children of the current working copy parent.
This should ease stacked changesets workflow by allowing to stick to prev and
next to move through a stack of diff, evolving part of it on demand when needed.
In case of ambiguity, the command will ask the user to choose. We need a better
definition of "the stack of changesets I'm working on" to be able to seamlessly
handling branching.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 24 Jun 2015 20:06:45 -0700 |
parents | 09206bdc2db4 |
children | c79bdc856350 |
line wrap: on
line diff
--- a/README Wed Jun 24 19:42:01 2015 -0700 +++ b/README Wed Jun 24 20:06:45 2015 -0700 @@ -68,6 +68,7 @@ enabling - next/prev: requires `--merge` to move with uncommited changes - next: significantly reword error messages +- next: add a --evolve flag to evolve aspiring children when on a head 5.1.5 -- 2015-06-23