Skip to content
Snippets Groups Projects
Commit 220e0811b39d authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

Changelog: pre-version gardening

parent aaa6adbbb47a
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,16 @@
8.0.0 - in progress
-------------------
* evolve: a new `--abort` flag which aborts an interrupted evolve
resolving orphans,
* `hg evolve` now return 0 if there is nothing to evolve,
* amend: a new `--patch` flag to make changes to wdir parent by editing patch,
* evolve: fixed some memory leak issue,
* evolve: prevent some crash with merge and split (issue5833 and issue5832),
* evolve: improvemed support for solving phase-divergence situation,
* evolve: improvemed support for solving orphan situation,
* obsdiscovery: added unit to various progress bar,
* evolve: record "operation" for command where it was missing,
* drop support for Mercurial 4.1 and 4.2
* `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
......@@ -7,11 +18,4 @@
* drop support for Mercurial 4.1 and 4.2
* `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
* evolve: a new `--abort` flag which aborts an interrupted evolve
resolving orphans
* `hg evolve` now return 0 if there is nothing to evolve
* amend: a new `--patch` flag to make changes to wdir parent by editing patch
* fixed some memory leak issue
* templatekw: remove `obsfatedata` templatekw. Individuals fields are
available in core as single template functions.
......@@ -16,9 +20,6 @@
* templatekw: remove `obsfatedata` templatekw. Individuals fields are
available in core as single template functions.
* fixed issue 5833 and 5832
* topic: restring name to letter, '-', '_' and '.'
* topic: restraining name to letter, '-', '_' and '.'
7.3.0 -- 2018-03-21
---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment