# HG changeset patch # User Anton Shestakov # Date 1697048321 10800 # Node ID 851f1af306a52b1ebea96159c82d9005171754e7 # Parent cb009f13126a8df3c8d2126d76085cb48da2a0a4 changelog: update for evolve 11.1.0 and topic 1.1.0 diff -r cb009f13126a -r 851f1af306a5 CHANGELOG --- 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