Mercurial > evolve
diff README @ 1626:0edb545503fe
topic: 'hg evolve --all' pick all trouble within current topic
This is the first changeset of a collaboration between the topic extensions and
evolve. If there is an active topic, 'hg evolve --all' will try to fix all
changesets in that topic wherever they are. Aspiring descendant that are not in
the current topic will be ignored.
For now, evolve behave as usual if there is no active topic. This is a bit
inconsistent and will probably be unified in the future.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 17 Mar 2016 09:39:35 -0700 |
parents | 160968654581 |
children | a91115687a7e |
line wrap: on
line diff
--- a/README Sat Mar 12 13:59:07 2016 +0800 +++ b/README Thu Mar 17 09:39:35 2016 -0700 @@ -56,6 +56,11 @@ Changelog ========= +5.4.0 -- + +- Some collaboration with the topic experimental extensions + - hg evolve --all with consider all trouble in your current topic + 5.3.0 -- 2016-02-11 - split: add a new command to split changesets,