Mercurial > evolve
comparison CHANGELOG @ 6398:270223576b7f mercurial-5.3
test-compat: merge mercurial-5.4 into mercurial-5.3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 07 Feb 2023 01:44:08 +0400 |
parents | 28355b173fd5 |
children | 2b2611fb6b23 |
comparison
equal
deleted
inserted
replaced
6352:0bf00051bbc7 | 6398:270223576b7f |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | |
4 11.0.0 - in progress | |
5 -------------------- | |
6 | |
7 * deprecate evolve.serveronly extension, evolve extension is recommended for | |
8 all users, clients and servers | |
9 | |
10 * fixup: support `hg abort` | |
11 * evolve, pick, fixup: support `hg continue` | |
12 | |
13 * prune: pruning (without any successors) an already obsolete revision will | |
14 no longer give a false warning about divergence | |
15 | |
16 * evolve: use detailed exit codes for most commands (enabled with | |
17 `ui.detailed-exit-code=yes`) | |
18 | |
19 topic (1.0.0) | |
20 | |
21 * deprecate serverminitopic extension, topic extension is recommended for all | |
22 users, clients and servers | |
23 | |
24 * topic: allow Unicode word characters in topic names | |
25 | |
26 * topic: use detailed exit codes for most commands (enabled with | |
27 `ui.detailed-exit-code=yes`) | |
3 | 28 |
4 10.5.3 -- 2022-12-09 | 29 10.5.3 -- 2022-12-09 |
5 -------------------- | 30 -------------------- |
6 | 31 |
7 * compatibility with Mercurial 6.3 | 32 * compatibility with Mercurial 6.3 |
8 | 33 |
9 * evolve: make obs-hash-range cache and stable-range cache (that both use | 34 * evolve: make obs-hash-range cache and stable-range cache (that both use |
10 SQLite databases) slightly more tolerant to FS issues (issue6246) | 35 SQLite databases) slightly more tolerant to FS issues (issue6246) |
11 * evolve: adapt to Python 3.11 BC breakage with `random.sample()` | 36 * evolve: adapt to Python 3.11 BC breakage with `random.sample()` |
12 | 37 |
38 * next: properly handle cases when user selects an aspiring child, making | |
39 sure that the destination is evolved when needed | |
40 | |
13 topic (0.24.2) | 41 topic (0.24.2) |
14 | 42 |
15 * compatibility with Mercurial 6.3 | 43 * compatibility with Mercurial 6.3 |
16 | 44 |
17 * topic: invalidate the topic cache when branchcache is invalidated, to fix | 45 * topic: invalidate the topic cache when branchcache is invalidated, to fix |
18 an issue in TortoiseHg where stale topic labels appear in certain cases | 46 an issue in TortoiseHg where stale topic labels appear in certain cases |
19 | |
20 * next: properly handle cases when user selects an aspiring child, making | |
21 sure that the destination is evolved when needed | |
22 | 47 |
23 10.5.2 -- 2022-07-13 | 48 10.5.2 -- 2022-07-13 |
24 -------------------- | 49 -------------------- |
25 | 50 |
26 * compatibility with Mercurial 6.2 | 51 * compatibility with Mercurial 6.2 |