Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Fri Sep 27 12:49:36 2019 +0200 +++ b/CHANGELOG Sat Sep 28 12:51:03 2019 +0200 @@ -1,17 +1,7 @@ Changelog ========= -9.2.0 - in progress -------------------- - - * python3: beta support for Python 3.6+ - (thanks to ludovicchabant, martinvonz and rgomes for their hard work) - * prune: clarify error message when no revision were passed, - * evolve: avoid possible race conditions bu locking earlier - * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+) - * rewind: add --keep flag to preserve working copy - -9.1.1 - in progress +9.2.0 -- 2019-09-28 ------------------- * evolve: check that relocating makes sense in _solvedivergent() (issue5958) @@ -21,6 +11,13 @@ * stack: make sure to preserve dependencies, fixes certain complex cases * prune: improve documentation for `--pair` + * python3: beta support for Python 3.6+ + (thanks to ludovicchabant, martinvonz and rgomes for their hard work) + * prune: clarify error message when no revision were passed, + * evolve: avoid possible race conditions bu locking earlier + * abort: add support for `evolve` and `pick` to `hg abort` (hg-5.1+) + * rewind: add --keep flag to preserve working copy + 9.1.0 -- 2019-07-29 -------------------