Mercurial > evolve
comparison CHANGELOG @ 6361:7933292aa102 stable
changelog: `next` lives in evolve extension, so move it to evolve section
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 12 Dec 2022 17:59:18 +0400 |
parents | ba2f6764016b |
children | 333ad3793ef3 |
comparison
equal
deleted
inserted
replaced
6359:cb9e77506cbc | 6361:7933292aa102 |
---|---|
8 | 8 |
9 * evolve: make obs-hash-range cache and stable-range cache (that both use | 9 * evolve: make obs-hash-range cache and stable-range cache (that both use |
10 SQLite databases) slightly more tolerant to FS issues (issue6246) | 10 SQLite databases) slightly more tolerant to FS issues (issue6246) |
11 * evolve: adapt to Python 3.11 BC breakage with `random.sample()` | 11 * evolve: adapt to Python 3.11 BC breakage with `random.sample()` |
12 | 12 |
13 * next: properly handle cases when user selects an aspiring child, making | |
14 sure that the destination is evolved when needed | |
15 | |
13 topic (0.24.2) | 16 topic (0.24.2) |
14 | 17 |
15 * compatibility with Mercurial 6.3 | 18 * compatibility with Mercurial 6.3 |
16 | 19 |
17 * topic: invalidate the topic cache when branchcache is invalidated, to fix | 20 * topic: invalidate the topic cache when branchcache is invalidated, to fix |
18 an issue in TortoiseHg where stale topic labels appear in certain cases | 21 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 | 22 |
23 10.5.2 -- 2022-07-13 | 23 10.5.2 -- 2022-07-13 |
24 -------------------- | 24 -------------------- |
25 | 25 |
26 * compatibility with Mercurial 6.2 | 26 * compatibility with Mercurial 6.2 |