1 Changelog |
1 Changelog |
2 ========= |
2 ========= |
3 |
3 |
4 9.2.0 - in progress |
4 9.2.0 -- 2019-09-28 |
5 ------------------- |
5 ------------------- |
|
6 |
|
7 * evolve: check that relocating makes sense in _solvedivergent() (issue5958) |
|
8 * evolve: test that target is not orig in _solveunstable() (issue6097) |
|
9 * fold: check allowdivergence before folding obsolete changesets (issue5817) |
|
10 * obslog: correct spacing of patch output with word-diff=yes (issue6175) |
|
11 * stack: make sure to preserve dependencies, fixes certain complex cases |
|
12 * prune: improve documentation for `--pair` |
6 |
13 |
7 * python3: beta support for Python 3.6+ |
14 * python3: beta support for Python 3.6+ |
8 (thanks to ludovicchabant, martinvonz and rgomes for their hard work) |
15 (thanks to ludovicchabant, martinvonz and rgomes for their hard work) |
9 * prune: clarify error message when no revision were passed, |
16 * prune: clarify error message when no revision were passed, |
10 * evolve: avoid possible race conditions bu locking earlier |
17 * evolve: avoid possible race conditions bu locking earlier |
11 * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+) |
18 * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+) |
12 * rewind: add --keep flag to preserve working copy |
19 * rewind: add --keep flag to preserve working copy |
13 |
|
14 9.1.1 - in progress |
|
15 ------------------- |
|
16 |
|
17 * evolve: check that relocating makes sense in _solvedivergent() (issue5958) |
|
18 * evolve: test that target is not orig in _solveunstable() (issue6097) |
|
19 * fold: check allowdivergence before folding obsolete changesets (issue5817) |
|
20 * obslog: correct spacing of patch output with word-diff=yes (issue6175) |
|
21 * stack: make sure to preserve dependencies, fixes certain complex cases |
|
22 * prune: improve documentation for `--pair` |
|
23 |
20 |
24 9.1.0 -- 2019-07-29 |
21 9.1.0 -- 2019-07-29 |
25 ------------------- |
22 ------------------- |
26 |
23 |
27 * compatibility with upcoming Mercurial 5.1, |
24 * compatibility with upcoming Mercurial 5.1, |