comparison CHANGELOG @ 6758:de34d08d9422 mercurial-6.0

test-compat: merge mercurial-6.1 into mercurial-6.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 11 Apr 2024 11:46:36 -0300
parents 21b51b2bbf09
children 25c058902ccf
comparison
equal deleted inserted replaced
6716:17404e6e4809 6758:de34d08d9422
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