Mercurial > evolve
comparison CHANGELOG @ 5941:52902ca0ca42 mercurial-5.4
test-compat: merge mercurial-5.5 into mercurial-5.4
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 27 May 2021 23:25:57 +0800 |
parents | 6f8ab1030374 |
children | aff365171309 30c8d8e6a7f4 |
comparison
equal
deleted
inserted
replaced
5894:e315f30a4877 | 5941:52902ca0ca42 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 10.3.1 - in progress | 4 10.3.2 - in progress |
5 -------------------- | 5 -------------------- |
6 | 6 |
7 * next: remove duplicated targets when updating from an unstable changeset | |
8 * evolve: use "served" repo filter to guess what the server will publish | |
9 | |
10 topic (0.22.2) | |
11 | |
12 * topic: don't lose any file changes when changing topic of a merge commit | |
13 * topic: announce ext-topics-publish capability in case of SSH and HTTP too | |
14 | |
15 10.3.1 -- 2021-04-25 | |
16 -------------------- | |
17 | |
7 * cache: fix corruption issue when mixing 32-bit and 64-bit environments | 18 * cache: fix corruption issue when mixing 32-bit and 64-bit environments |
19 | |
8 * next: unstable changesets with a different topic are no longer targets for | 20 * 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 | 21 hg next as long as it's invoked without --no-topic flag |
10 * next: when some potential targets are unstable, ask user which changeset | 22 * 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 | 23 they want to update to (only mixing stable and unstable when --evolve flag |
12 is given, which is the default) | 24 is given, which is the default) |
13 | 25 |
26 * packaging: default to using Python 3 in Makefile | |
27 | |
28 topic (0.22.1) | |
29 | |
30 * compatibility with Mercurial 5.8 | |
31 | |
14 10.3.0 -- 2021-03-11 | 32 10.3.0 -- 2021-03-11 |
15 -------------------- | 33 -------------------- |
16 | 34 |
17 * doc: document stack as a substitue for MQ's qseries | 35 * doc: document stack as a substitute for MQ's qseries |
18 * doc: document revsets provided by evolve extension | 36 * doc: document revsets provided by evolve extension |
19 | 37 |
20 * evolve: add a experimental.evolution.in-memory config for running evolve | 38 * evolve: add a experimental.evolution.in-memory config for running evolve |
21 in memory (hg >= 5.6) | 39 in memory (hg >= 5.6) |
22 * evolve: improve content-divergence resolution that involves parent changes | 40 * evolve: improve content-divergence resolution that involves parent changes |
26 | 44 |
27 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` | 45 * pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff` |
28 and `hg status` respectively | 46 and `hg status` respectively |
29 | 47 |
30 * rewind: detect and abort on cases when we rewind to changesets that are | 48 * rewind: detect and abort on cases when we rewind to changesets that are |
31 precessors / successors of each other | 49 predecessors / successors of each other |
32 * rewind: when user gives only some parts of a fold, include the other parts | 50 * rewind: when user gives only some parts of a fold, include the other parts |
33 as well, or abort if they are missing from local repo | 51 as well, or abort if they are missing from local repo |
34 | 52 |
35 topic (0.22.0) | 53 topic (0.22.0) |
36 | 54 |