diff CHANGELOG @ 6775:6adcc5c7c1f1

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 14 Apr 2024 00:41:49 -0300
parents 50c0f1e2dfb6 25c058902ccf
children ed00ed185249
line wrap: on
line diff
--- a/CHANGELOG	Mon Mar 18 14:01:40 2024 -0300
+++ b/CHANGELOG	Sun Apr 14 00:41:49 2024 -0300
@@ -7,6 +7,22 @@
   * evolve: remove legacy.py that could be used to "detect and convert
     prehistoric format of obsolete markers" (older than Mercurial 2.3)
 
+11.1.3 -- 2024-04-12
+--------------------
+
+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
 --------------------