Mercurial > evolve
diff README @ 1420:0b714c4ad9ff
evolve: consider all potential candidates on bare evolve
Instead of stopping at the first resolution, we returns all matches. If there is
ambiguity, we abort.
The function itself seems fairly flawed but will do the job in simple case.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 22 Jun 2015 19:24:21 -0700 |
parents | 2c451fece7a6 |
children | c868a69c29c5 |
line wrap: on
line diff
--- a/README Tue Jun 23 13:20:00 2015 -0700 +++ b/README Mon Jun 22 19:24:21 2015 -0700 @@ -58,7 +58,9 @@ - evolve: properly skip unstable revision with non-evolved unstable parent - evolve: gain --unstable --divergent --bumped flag to select the trouble - evolve: issue more useful error message and hint when evolve has nothing to - do as invocated. + do as invocated. +- evolve: bare `hg evolve` commands now abort when multiple changesets could be + a target. 5.1.5 --