Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Fri Dec 09 14:57:14 2022 +0400 +++ b/CHANGELOG Mon Dec 12 17:59:18 2022 +0400 @@ -10,6 +10,9 @@ SQLite databases) slightly more tolerant to FS issues (issue6246) * evolve: adapt to Python 3.11 BC breakage with `random.sample()` + * next: properly handle cases when user selects an aspiring child, making + sure that the destination is evolved when needed + topic (0.24.2) * compatibility with Mercurial 6.3 @@ -17,9 +20,6 @@ * topic: invalidate the topic cache when branchcache is invalidated, to fix an issue in TortoiseHg where stale topic labels appear in certain cases - * next: properly handle cases when user selects an aspiring child, making - sure that the destination is evolved when needed - 10.5.2 -- 2022-07-13 --------------------