Mercurial > evolve
comparison README @ 1357:3bb7a080da4d
evolve: add ordering of the revisions for evolve --rev
When running evolve --rev we want to process the revisions in an optimal fashion
to solve the maximum amount of trouble in the minimum number of steps.
This patch adds a step to evolve --rev to order the revision before solving
the troubles. A simple test is added to cover a basic case.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Thu, 04 Jun 2015 13:35:12 -0700 |
parents | 1c8fbaf9306b |
children | c96e4ab4e5cc |
comparison
equal
deleted
inserted
replaced
1356:aff6bc2a6b2d | 1357:3bb7a080da4d |
---|---|
48 python run-tests.py --with-hg=/path/to/hg | 48 python run-tests.py --with-hg=/path/to/hg |
49 | 49 |
50 | 50 |
51 Changelog | 51 Changelog |
52 ========= | 52 ========= |
53 | |
54 5.2.0 -- | |
55 | |
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 | |
58 - evolve: properly skip unstable revision with non-evolved unstable parent | |
59 | |
53 | 60 |
54 5.1.5 -- | 61 5.1.5 -- |
55 | 62 |
56 - minor documentation cleanup | 63 - minor documentation cleanup |
57 - support -i option for `hg amend` if commit supports it (3.4) | 64 - support -i option for `hg amend` if commit supports it (3.4) |