diff CHANGELOG @ 6567:851f1af306a5

changelog: update for evolve 11.1.0 and topic 1.1.0
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 11 Oct 2023 15:18:41 -0300
parents cb009f13126a
children 1ecb25d771df
line wrap: on
line diff
--- a/CHANGELOG	Wed Oct 11 13:45:08 2023 -0300
+++ b/CHANGELOG	Wed Oct 11 15:18:41 2023 -0300
@@ -16,10 +16,21 @@
   * remove deprecated serverminitopic extension, topic extension is recommended
     for all users, clients and servers
 
-  * topic: only set topic on workingcommitctx if it doesn't already have one
+  * pick: update commit message hashes like other rewrite commands
+
+  * topic namespaces: add `experimental.tns-allow-rewrite` config option to
+    check topic namespace before rewriting changesets
+  * topic namespaces: add `experimental.tns-default-pull-namespaces` config
+    option to pull only certain changesets by default
+  * topic namespaces: teach `hg import` and `hg export` to handle topic
+    namespaces
+  * topic namespaces: invalidate topic namespace cache in
+    repo.invalidatecaches()
+
+  * topic: only set topic on workingcommitctx if it doesn't already have one,
+    making `hg import` always prioritize patch metadata
   * topic: properly process revbranchcache before sending it to peers
     (issue6841)
-  * topic: invalidate topic namespace cache in repo.invalidatecaches()
 
   * drop compatibility with Mercurial 4.8