comparison CHANGELOG @ 4862:40795751be1c stable 9.2.0

changelog: update for coming 9.2.0
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 28 Sep 2019 12:51:03 +0200
parents 86cdc5efd769
children 0b3032e07eb2
comparison
equal deleted inserted replaced
4861:3ba1c9dbf462 4862:40795751be1c
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,