comparison CHANGELOG @ 6765:5376963ea1d9 mercurial-5.3

test-compat: merge mercurial-5.4 into mercurial-5.3
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Apr 2024 14:30:20 -0300
parents 21b51b2bbf09
children 25c058902ccf
comparison
equal deleted inserted replaced
6723:3cd6d29c90c4 6765:5376963ea1d9
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 11.1.2 - in progress 4 11.1.3 - in progress
5 --------------------
6
7 topic (1.1.3)
8
9 * topic namespaces: add hg debug-default-topic-namespace command that can
10 list changesets with problematic topic namespaces (i.e. "none" and
11 "default") and rewrite them
12
13 * topic namespaces: new experimental.tns-reject-push config to make servers
14 reject pushes that contain changesets with any topic namespace in commit
15 extras
16
17 * topic namespaces: slightly change .hg/topic-namespace cleanup code to be
18 executed on acquiring a wlock instead of on reading .hg/topic-namespace
19
20 11.1.2 -- 2024-03-03
5 -------------------- 21 --------------------
6 22
7 * compatibility with Mercurial 6.7 23 * compatibility with Mercurial 6.7
8 24
9 * evolve: use functions from topic extension to set current topic and tns 25 * evolve: use functions from topic extension to set current topic and tns