view hgext/__init__.py @ 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 9825c7da5b54
children 5ef77a1d975c
line wrap: on
line source

# Copyright 2011 Logilab SA <contact@logilab.fr>