Mercurial > evolve
comparison CHANGELOG @ 5827:664f62e57231 mercurial-5.3
test-compat: merge mercurial-5.4 into mercurial-5.3
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 13:27:18 +0800 |
parents | 82040a455e71 |
children | 6fc0fb7105c2 |
comparison
equal
deleted
inserted
replaced
5760:6ce036cb7fd4 | 5827:664f62e57231 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 10.1.1 -- in progress | 4 10.3.0 - in progress |
5 --------------------- | 5 -------------------- |
6 | |
7 * evolve: add a experimental.evolution.in-memory config for running evolve | |
8 in memory (hg >= 5.6) | |
9 * evolve: improve content-divergence resolution that involves parent changes | |
10 * evolve: preserve wdir parent when using `hg evolve --stop` | |
11 * obslog: clarify the command name in the help, | |
12 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` | |
13 and `hg status` respectively | |
14 * rewind: detect and abort on cases when we rewind to changesets that are | |
15 precessors / successors of each other | |
16 * rewind: when user gives only some parts of a fold, include the other parts | |
17 as well, or abort if they are missing from local repo | |
18 | |
19 10.2.1 - in progress | |
20 -------------------- | |
21 | |
22 * doc: document stack as a substitue for MQ's qseries | |
23 | |
24 10.2.0.post1 -- 2021-02-01 | |
25 -------------------------- | |
26 | |
27 same content as 10.2.0, but with a valid tarball on pypi. | |
28 | |
29 10.2.0 -- 2021-02-01 | |
30 -------------------- | |
31 | |
32 * compatibility with Mercurial 5.7 | |
6 | 33 |
7 * doc: update the MQ To Evolve guide and fix build warning for index.rst | 34 * doc: update the MQ To Evolve guide and fix build warning for index.rst |
8 | 35 |
36 * evolve: improve resolution of some case of parent divergence | |
37 * evolve: respect command-templates.oneline-summary if configured | |
9 * evolve: remove spurious "working directory is now at ..." messages | 38 * evolve: remove spurious "working directory is now at ..." messages |
10 * evolve: various documentation improvements | 39 * evolve: various documentation improvements |
11 | 40 |
12 * packaging: default to building docs on Python 3 | 41 * packaging: default to building docs on Python 3 |
13 | 42 |
14 topic: | 43 * strip: remove experimental.prunestrip option |
44 | |
45 topic (0.21.0) | |
46 | |
47 * performance: speed up various operations using an in-memory cache for topic | |
15 | 48 |
16 * rebase: prevent in-memory rebase from silently dropping topic (by disabling | 49 * rebase: prevent in-memory rebase from silently dropping topic (by disabling |
17 the feature) | 50 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 | 51 |
33 * topic: rework how ctx.branch() is wrapped | 52 * topic: rework how ctx.branch() is wrapped |
34 * topic: look for topic heads only when necessary, this fixes the output of | 53 * topic: look for topic heads only when necessary, this fixes the output of |
35 e.g. hg heads when topics are in play | 54 e.g. hg heads when topics are in play |
36 | 55 |