Mercurial > evolve
comparison README @ 1404:848a04c078c7
evolve: add selector for trouble types
This patch adds command line flags to select the kind of troubles to solve.
Before this patch evolve was solving any kind of troubled. With this patch
evolve --all and evolve --rev can be configured to only solve only some type
of troubles (divergent, bumped or unstable). To give this choice to the
user we add three new command line flags to the evolve command: --bumped,
--divergent and --unstable.
author | Laurent Charignon <lcharignon@fb.com> |
---|---|
date | Tue, 16 Jun 2015 15:14:37 -0700 |
parents | c96e4ab4e5cc |
children | 2c451fece7a6 |
comparison
equal
deleted
inserted
replaced
1403:9a8ecfdfa866 | 1404:848a04c078c7 |
---|---|
54 5.2.0 -- | 54 5.2.0 -- |
55 | 55 |
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 | 60 |
60 5.1.5 -- | 61 5.1.5 -- |
61 | 62 |
62 - minor documentation cleanup | 63 - minor documentation cleanup |
63 - 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) |