diff README @ 1597:7876ed4fceb7

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 04 Feb 2016 01:19:14 +0000
parents 6079dcbfb726
children 6482497d859b
line wrap: on
line diff
--- a/README	Thu Feb 04 10:16:52 2016 +0000
+++ b/README	Thu Feb 04 01:19:14 2016 +0000
@@ -64,6 +64,8 @@
 - evolve: compatibility with Mercurial 3.7
 - evolve: support merge with a single obsolete parent.
 - evolve: prevent added file to be marked as unknown if evolve fails (issue4966)
+- evolve: stop relying on graftstate file for save evolve state
+          (for `hg evolve --continue`)
 
 5.2.2 --