Mercurial > evolve
diff CHANGELOG @ 6760:477a1e8b77d8 mercurial-5.8
test-compat: merge mercurial-5.9 into mercurial-5.8
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Apr 2024 12:33:39 -0300 |
parents | 21b51b2bbf09 |
children | 25c058902ccf |
line wrap: on
line diff
--- a/CHANGELOG Fri Mar 01 12:43:19 2024 -0300 +++ b/CHANGELOG Thu Apr 11 12:33:39 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