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