Mercurial > evolve
comparison CHANGELOG @ 5835:6fc0fb7105c2 stable
changelog: update for evolve 10.3.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 11 Mar 2021 18:31:51 +0800 |
parents | 82040a455e71 |
children | af7786970749 35d0fdb223f3 |
comparison
equal
deleted
inserted
replaced
5822:bf303f93a461 | 5835:6fc0fb7105c2 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 10.3.0 - in progress | 4 10.3.0 -- 2021-03-11 |
5 -------------------- | 5 -------------------- |
6 | |
7 * doc: document stack as a substitue for MQ's qseries | |
8 * doc: document revsets provided by evolve extension | |
6 | 9 |
7 * evolve: add a experimental.evolution.in-memory config for running evolve | 10 * evolve: add a experimental.evolution.in-memory config for running evolve |
8 in memory (hg >= 5.6) | 11 in memory (hg >= 5.6) |
9 * evolve: improve content-divergence resolution that involves parent changes | 12 * evolve: improve content-divergence resolution that involves parent changes |
10 * evolve: preserve wdir parent when using `hg evolve --stop` | 13 * evolve: preserve wdir parent when using `hg evolve --stop` |
14 | |
11 * obslog: clarify the command name in the help, | 15 * obslog: clarify the command name in the help, |
16 | |
12 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` | 17 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` |
13 and `hg status` respectively | 18 and `hg status` respectively |
19 | |
14 * rewind: detect and abort on cases when we rewind to changesets that are | 20 * rewind: detect and abort on cases when we rewind to changesets that are |
15 precessors / successors of each other | 21 precessors / successors of each other |
16 * rewind: when user gives only some parts of a fold, include the other parts | 22 * 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 | 23 as well, or abort if they are missing from local repo |
18 | 24 |
19 10.2.1 - in progress | 25 topic (0.22.0) |
20 -------------------- | 26 |
21 | 27 * doc: change topic phrase 'disappear' to 'fade out' |
22 * doc: document stack as a substitue for MQ's qseries | |
23 | 28 |
24 10.2.0.post1 -- 2021-02-01 | 29 10.2.0.post1 -- 2021-02-01 |
25 -------------------------- | 30 -------------------------- |
26 | 31 |
27 same content as 10.2.0, but with a valid tarball on pypi. | 32 same content as 10.2.0, but with a valid tarball on pypi. |