diff CHANGELOG @ 6189:16f59121f8f6 mercurial-4.8

test-compat: merge mercurial-4.9 into mercurial-4.8
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Feb 2022 00:09:39 +0300
parents 74665d83fb3b
children a8e02591cede
line wrap: on
line diff
--- a/CHANGELOG	Fri Nov 19 09:59:57 2021 +0300
+++ b/CHANGELOG	Wed Feb 23 00:09:39 2022 +0300
@@ -1,6 +1,38 @@
 Changelog
 =========
 
+10.5.0 - in progress
+--------------------
+
+  * evolve: handle cases when working directory parent has multiple successors
+  * multiple commands: do not check for new divergence if divergence is allowed
+    via configuration
+  * fixup: a new experimental command to add working directory changes to a
+    specified revision
+  * pick: show abort message after pick is aborted for consistency
+
+  * evolve, pullbundle: drop compatibility with Mercurial 4.7
+
+topic (0.24.0)
+
+  * topic: make histedit preserve topics when the first changeset in a stack
+    is rewritten (issue6550)
+
+  * drop compatibility with Mercurial 4.7
+
+10.4.1 -- 2021-11-19
+--------------------
+
+  * compatibility with Mercurial 6.0
+
+  * documentation: add a help section about making evolve skip
+    content-divergence check with experimental.evolution.allowdivergence.
+  * documentation: mention that pick uses the active topic if it's set
+
+topic (0.23.1)
+
+  * compatibility with Mercurial 6.0
+
 10.4.0 -- 2021-10-12
 --------------------