comparison CHANGELOG @ 3717:220e0811b39d stable

Changelog: pre-version gardening
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Apr 2018 11:55:49 +0100
parents 2a62f0f480f3
children 91e8075d29b8
comparison
equal deleted inserted replaced
3709:aaa6adbbb47a 3717:220e0811b39d
2 ========= 2 =========
3 3
4 8.0.0 - in progress 4 8.0.0 - in progress
5 ------------------- 5 -------------------
6 6
7 * evolve: a new `--abort` flag which aborts an interrupted evolve
8 resolving orphans,
9 * `hg evolve` now return 0 if there is nothing to evolve,
10 * amend: a new `--patch` flag to make changes to wdir parent by editing patch,
11 * evolve: fixed some memory leak issue,
12 * evolve: prevent some crash with merge and split (issue5833 and issue5832),
13 * evolve: improvemed support for solving phase-divergence situation,
14 * evolve: improvemed support for solving orphan situation,
15 * obsdiscovery: added unit to various progress bar,
16 * evolve: record "operation" for command where it was missing,
17
7 * drop support for Mercurial 4.1 and 4.2 18 * drop support for Mercurial 4.1 and 4.2
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped 19 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
9 * evolve: a new `--abort` flag which aborts an interrupted evolve
10 resolving orphans
11 * `hg evolve` now return 0 if there is nothing to evolve
12 * amend: a new `--patch` flag to make changes to wdir parent by editing patch
13
14 * fixed some memory leak issue
15
16 * templatekw: remove `obsfatedata` templatekw. Individuals fields are 20 * templatekw: remove `obsfatedata` templatekw. Individuals fields are
17 available in core as single template functions. 21 available in core as single template functions.
18 22 * topic: restraining name to letter, '-', '_' and '.'
19 * fixed issue 5833 and 5832
20
21 * topic: restring name to letter, '-', '_' and '.'
22 23
23 7.3.0 -- 2018-03-21 24 7.3.0 -- 2018-03-21
24 --------------------- 25 ---------------------
25 26
26 * grab: new command to grab a changeset, put in on wdir parent 27 * grab: new command to grab a changeset, put in on wdir parent