changeset 6362:333ad3793ef3

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 12 Dec 2022 18:00:49 +0400
parents e959390490c2 (current diff) 7933292aa102 (diff)
children 7434edba87a0
files CHANGELOG
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Fri Dec 09 15:01:59 2022 +0400
+++ b/CHANGELOG	Mon Dec 12 18:00:49 2022 +0400
@@ -23,6 +23,9 @@
     SQLite databases) slightly more tolerant to FS issues (issue6246)
   * evolve: adapt to Python 3.11 BC breakage with `random.sample()`
 
+  * next: properly handle cases when user selects an aspiring child, making
+    sure that the destination is evolved when needed
+
 topic (0.24.2)
 
   * compatibility with Mercurial 6.3
@@ -30,9 +33,6 @@
   * topic: invalidate the topic cache when branchcache is invalidated, to fix
     an issue in TortoiseHg where stale topic labels appear in certain cases
 
-  * next: properly handle cases when user selects an aspiring child, making
-    sure that the destination is evolved when needed
-
 10.5.2 -- 2022-07-13
 --------------------