hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 04 Feb 2016 01:19:14 +0000
changeset 1597 7876ed4fceb7
parent 519 9825c7da5b54
child 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: write our own custom evolvestate file Since for ever, we were using 'graftstate' to record the node currently being evolve and allow 'hg evolve --continue' we now move to our on 'evolvestate' file. This remove and issue with 'hg summary' listing interrupted evolve as graft. This also open the way for storing more data into that file and allow proper --abort and --continue of the whole evolve operation (and not just the last one). The whole thing is very hacky but at least there is some progress. Thanks goes to Shusen Liu for initiating this work.

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