diff 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
line wrap: on
line diff
--- a/README	Thu Jun 04 13:26:58 2015 -0700
+++ b/README	Thu Jun 04 13:35:12 2015 -0700
@@ -51,6 +51,13 @@
 Changelog
 =========
 
+5.2.0 --
+
+- 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
+
+
 5.1.5 --
 
 - minor documentation cleanup