Mercurial > evolve
comparison CHANGELOG @ 5739:b45e7847f75e stable
changelog: update for evolve 10.2.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 31 Jan 2021 17:05:48 +0800 |
parents | f39fd921ecba |
children | eadc1d09f2f5 |
comparison
equal
deleted
inserted
replaced
5738:5e3e33106a93 | 5739:b45e7847f75e |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 10.1.1 -- in progress | 4 10.2.0 -- 2021-02-01 |
5 --------------------- | 5 -------------------- |
6 | |
7 * compatibility with Mercurial 5.7 | |
6 | 8 |
7 * doc: update the MQ To Evolve guide and fix build warning for index.rst | 9 * doc: update the MQ To Evolve guide and fix build warning for index.rst |
8 | 10 |
11 * evolve: improve resolution of some case of parent divergence | |
12 * evolve: respect command-templates.oneline-summary if configured | |
9 * evolve: remove spurious "working directory is now at ..." messages | 13 * evolve: remove spurious "working directory is now at ..." messages |
10 * evolve: various documentation improvements | 14 * evolve: various documentation improvements |
11 | 15 |
12 * packaging: default to building docs on Python 3 | 16 * packaging: default to building docs on Python 3 |
13 | 17 |
14 topic: | 18 * strip: remove experimental.prunestrip option |
19 | |
20 topic (0.21.0) | |
21 | |
22 * performance: speed up various operations using an in-memory cache for topic | |
15 | 23 |
16 * rebase: prevent in-memory rebase from silently dropping topic (by disabling | 24 * rebase: prevent in-memory rebase from silently dropping topic (by disabling |
17 the feature) | 25 the feature) |
18 | |
19 10.2.0 - in progress | |
20 -------------------- | |
21 | |
22 * compatibility with Mercurial 5.7 | |
23 | |
24 * evolve: improve resolution of some case of parent divergence | |
25 * evolve: respect command-templates.oneline-summary if configured | |
26 | |
27 * strip: remove experimental.prunestrip option | |
28 | |
29 topic: | |
30 | |
31 * performance: speed up various operations using an in-memory cache for topic | |
32 | 26 |
33 * topic: rework how ctx.branch() is wrapped | 27 * topic: rework how ctx.branch() is wrapped |
34 * topic: look for topic heads only when necessary, this fixes the output of | 28 * topic: look for topic heads only when necessary, this fixes the output of |
35 e.g. hg heads when topics are in play | 29 e.g. hg heads when topics are in play |
36 | 30 |