Mercurial > evolve
changeset 5732:2fce79f5ac71
changelog: update for 10.2.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 27 Jan 2021 18:03:44 +0800 |
parents | 7daa67934798 |
children | 572b3f3c4a29 |
files | CHANGELOG |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Jan 26 17:14:29 2021 +0100 +++ b/CHANGELOG Wed Jan 27 18:03:44 2021 +0800 @@ -14,10 +14,21 @@ 10.2.0 - in progress -------------------- - * strip: remove experimental.prunestrip option + * compatibility with Mercurial 5.7 + * evolve: improve resolution of some case of parent divergence + * evolve: respect command-templates.oneline-summary if configured + + * strip: remove experimental.prunestrip option + +topic: + * performance: speed up various operations using an in-memory cache for topic + * topic: rework how ctx.branch() is wrapped + * topic: look for topic heads only when necessary, this fixes the output of + e.g. hg heads when topics are in play + 10.1.0 -- 2020-10-31 --------------------