Mercurial > evolve
comparison CHANGELOG @ 5901:8bd3348c4150 mercurial-4.7
test-compat: merge mercurial-4.8 into mercurial-4.7
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sun, 25 Apr 2021 13:21:56 +0800 |
parents | 83fa4cdcc5a6 |
children | 53bbf1b522bc |
comparison
equal
deleted
inserted
replaced
5833:be8f7eb3f3a0 | 5901:8bd3348c4150 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 10.3.0 - in progress | 4 10.3.1 - in progress |
5 -------------------- | 5 -------------------- |
6 | |
7 * cache: fix corruption issue when mixing 32-bit and 64-bit environments | |
8 * next: unstable changesets with a different topic are no longer targets for | |
9 hg next as long as it's invoked without --no-topic flag | |
10 * next: when some potential targets are unstable, ask user which changeset | |
11 they want to update to (only mixing stable and unstable when --evolve flag | |
12 is given, which is the default) | |
13 | |
14 10.3.0 -- 2021-03-11 | |
15 -------------------- | |
16 | |
17 * doc: document stack as a substitue for MQ's qseries | |
18 * doc: document revsets provided by evolve extension | |
6 | 19 |
7 * evolve: add a experimental.evolution.in-memory config for running evolve | 20 * evolve: add a experimental.evolution.in-memory config for running evolve |
8 in memory (hg >= 5.6) | 21 in memory (hg >= 5.6) |
9 * evolve: improve content-divergence resolution that involves parent changes | 22 * evolve: improve content-divergence resolution that involves parent changes |
10 * evolve: preserve wdir parent when using `hg evolve --stop` | 23 * evolve: preserve wdir parent when using `hg evolve --stop` |
24 | |
11 * obslog: clarify the command name in the help, | 25 * obslog: clarify the command name in the help, |
26 | |
12 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` | 27 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` |
13 and `hg status` respectively | 28 and `hg status` respectively |
29 | |
14 * rewind: detect and abort on cases when we rewind to changesets that are | 30 * rewind: detect and abort on cases when we rewind to changesets that are |
15 precessors / successors of each other | 31 precessors / successors of each other |
16 * rewind: when user gives only some parts of a fold, include the other parts | 32 * 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 | 33 as well, or abort if they are missing from local repo |
18 | 34 |
19 10.2.1 - in progress | 35 topic (0.22.0) |
20 -------------------- | 36 |
21 | 37 * doc: change topic phrase 'disappear' to 'fade out' |
22 * doc: document stack as a substitue for MQ's qseries | |
23 | 38 |
24 10.2.0.post1 -- 2021-02-01 | 39 10.2.0.post1 -- 2021-02-01 |
25 -------------------------- | 40 -------------------------- |
26 | 41 |
27 same content as 10.2.0, but with a valid tarball on pypi. | 42 same content as 10.2.0, but with a valid tarball on pypi. |