diff CHANGELOG @ 6758:de34d08d9422 mercurial-6.0

test-compat: merge mercurial-6.1 into mercurial-6.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Apr 2024 11:46:36 -0300
parents 21b51b2bbf09
children 25c058902ccf
line wrap: on
line diff
--- a/CHANGELOG	Thu Feb 29 16:12:16 2024 -0300
+++ b/CHANGELOG	Thu Apr 11 11:46:36 2024 -0300
@@ -1,7 +1,23 @@
 Changelog
 =========
 
-11.1.2 - in progress
+11.1.3 - in progress
+--------------------
+
+topic (1.1.3)
+
+  * topic namespaces: add hg debug-default-topic-namespace command that can
+    list changesets with problematic topic namespaces (i.e. "none" and
+    "default") and rewrite them
+
+  * topic namespaces: new experimental.tns-reject-push config to make servers
+    reject pushes that contain changesets with any topic namespace in commit
+    extras
+
+  * topic namespaces: slightly change .hg/topic-namespace cleanup code to be
+    executed on acquiring a wlock instead of on reading .hg/topic-namespace
+
+11.1.2 -- 2024-03-03
 --------------------
 
   * compatibility with Mercurial 6.7