Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/README Fri Jun 19 13:57:16 2015 -0700 +++ b/README Tue Jun 16 15:14:37 2015 -0700 @@ -56,6 +56,7 @@ - evolve: gain a --rev option to control what revisions to evolve (issue4391) - evolve: revision are processed in the order they stack on destination - evolve: properly skip unstable revision with non-evolved unstable parent +- evolve: gain --unstable --divergent --bumped flag to select the trouble 5.1.5 --