changeset 6672:5781b8fe0717 stable

changelog: update for evolve 11.1.1 and topic 1.1.1
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 04 Feb 2024 15:11:35 -0300
parents 3acf490580bb
children e0b86065c386
files CHANGELOG
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sat Feb 03 15:23:57 2024 -0300
+++ b/CHANGELOG	Sun Feb 04 15:11:35 2024 -0300
@@ -1,6 +1,33 @@
 Changelog
 =========
 
+11.1.1 - in progress
+--------------------
+
+  * compatibility with Mercurial 6.6
+
+  * evolve: fix typo in "mercurial" and let hasmemmergestate be True sometimes
+
+  * uncommit: set uncommit_source extra consistently in interactive mode
+
+topic (1.1.1)
+
+  * compatibility with Mercurial 6.6
+
+  * topic: properly decode topic and topic namespace after reading from disk
+  * topic: wrap makebundlerepository() to wrap bundlerepository class
+    (issue6856)
+  * topic: internal config option to fix hg pick behavior (issue6406)
+  * topic: use the appropriate functions to change topic and topic namespace on
+    working directory update and don't write empty/default values to disk
+
+  * topic namespaces: check that user-provided topic namespace names are
+    human-readable like topics
+  * topic namespaces: add tns_heads method to wirepeer directly instead of
+    using a subclass
+  * topic namespaces: remove .hg/topic-namespace file if it has the default
+    value ("none")
+
 11.1.0 -- 2023-10-23
 --------------------