comparison CHANGELOG @ 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 f39fd921ecba
comparison
equal deleted inserted replaced
5731:7daa67934798 5732:2fce79f5ac71
12 * rebase: prevent in-memory rebase to silently drop topic (by disable the feature) 12 * rebase: prevent in-memory rebase to silently drop topic (by disable the feature)
13 13
14 10.2.0 - in progress 14 10.2.0 - in progress
15 -------------------- 15 --------------------
16 16
17 * compatibility with Mercurial 5.7
18
19 * evolve: improve resolution of some case of parent divergence
20 * evolve: respect command-templates.oneline-summary if configured
21
17 * strip: remove experimental.prunestrip option 22 * strip: remove experimental.prunestrip option
18 * evolve: improve resolution of some case of parent divergence 23
24 topic:
25
19 * performance: speed up various operations using an in-memory cache for topic 26 * performance: speed up various operations using an in-memory cache for topic
27
28 * topic: rework how ctx.branch() is wrapped
29 * topic: look for topic heads only when necessary, this fixes the output of
30 e.g. hg heads when topics are in play
20 31
21 10.1.0 -- 2020-10-31 32 10.1.0 -- 2020-10-31
22 -------------------- 33 --------------------
23 34
24 * compatibility with Mercurial 5.6 35 * compatibility with Mercurial 5.6