Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
3387:b3be4797d3c6 | 3388:be41e4740a25 |
---|---|
12 The new algorithm is fast, simpler to cache and with better complexity. It | 12 The new algorithm is fast, simpler to cache and with better complexity. It |
13 is able to handle repository of any size (naive python implementation is a | 13 is able to handle repository of any size (naive python implementation is a |
14 bit slow). Support for the previous experimental approach have been | 14 bit slow). Support for the previous experimental approach have been |
15 dropped, please update both clients and servers. The new approach is still | 15 dropped, please update both clients and servers. The new approach is still |
16 hidden behind and experimental flag for now. | 16 hidden behind and experimental flag for now. |
17 | |
18 * preserve phase information during interrupted `hg evolve` (issue5720) | |
17 | 19 |
18 topic (0.7.1) | 20 topic (0.7.1) |
19 | 21 |
20 7.1.1 - in progress | 22 7.1.1 - in progress |
21 ------------------- | 23 ------------------- |