Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
1419:b54524ae77c0 | 1420:0b714c4ad9ff |
---|---|
56 - evolve: gain a --rev option to control what revisions to evolve (issue4391) | 56 - evolve: gain a --rev option to control what revisions to evolve (issue4391) |
57 - evolve: revision are processed in the order they stack on destination | 57 - evolve: revision are processed in the order they stack on destination |
58 - evolve: properly skip unstable revision with non-evolved unstable parent | 58 - evolve: properly skip unstable revision with non-evolved unstable parent |
59 - evolve: gain --unstable --divergent --bumped flag to select the trouble | 59 - evolve: gain --unstable --divergent --bumped flag to select the trouble |
60 - evolve: issue more useful error message and hint when evolve has nothing to | 60 - evolve: issue more useful error message and hint when evolve has nothing to |
61 do as invocated. | 61 do as invocated. |
62 - evolve: bare `hg evolve` commands now abort when multiple changesets could be | |
63 a target. | |
62 | 64 |
63 5.1.5 -- | 65 5.1.5 -- |
64 | 66 |
65 - minor documentation cleanup | 67 - minor documentation cleanup |
66 - support -i option for `hg amend` if commit supports it (3.4) | 68 - support -i option for `hg amend` if commit supports it (3.4) |