Mercurial > evolve
diff CHANGELOG @ 3388:be41e4740a25
evolve: use phases.new-commit config to retain phase information (issue5720)
Since the previous patches replaced the use of graftstate with evolvestate and
we don't graft anymore on evolve --continue, we have now the capability to fix
underlying bugs. This patch makes sure we use the phases.new-commit config to
make a new commit of the same phase as that of the predecessor.
Tests added in the previous patch shows the bug being fixed.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 09 Jan 2018 15:39:47 +0530 |
parents | 2b06f144b6e0 |
children | eacf6149b678 |
line wrap: on
line diff
--- a/CHANGELOG Tue Jan 09 15:33:57 2018 +0530 +++ b/CHANGELOG Tue Jan 09 15:39:47 2018 +0530 @@ -15,6 +15,8 @@ dropped, please update both clients and servers. The new approach is still hidden behind and experimental flag for now. + * preserve phase information during interrupted `hg evolve` (issue5720) + topic (0.7.1) 7.1.1 - in progress