diff CHANGELOG @ 4607:d314deb12f08

evolve: run in a single transaction This speeds up `hg evolve --all` of a stack of 24 commits in the hg repo from 11.5s to 3.7s (3x). As can be seen in the tests, it also avoid some warnings about transiently unstable commits.
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 19 Apr 2019 09:41:39 -0700
parents 48521a49a07e
children c4097632a1a3
line wrap: on
line diff
--- a/CHANGELOG	Fri Apr 19 10:01:32 2019 -0700
+++ b/CHANGELOG	Fri Apr 19 09:41:39 2019 -0700
@@ -11,6 +11,7 @@
   * evolve: drop compatibility with 4.4
   * evolve: reinstalled compatibility with narrow repositories,
   * evolve: use "unstable" instead of "troubled"
+  * evolve: run multiple stabilisation in the same transaction
 
 8.5.1 -- 2019-04-23
 -------------------