comparison CHANGELOG @ 3723:e70ad3983872 mercurial-4.4

test-compat: merge mercurial-4.5 into mercurial-4.4
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Apr 2018 14:09:35 +0100
parents 116cdd8c102a
children d8f8067f742c 5b9e3aaa6da8
comparison
equal deleted inserted replaced
3714:19ec729f3ca2 3723:e70ad3983872
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 8.0.0 - in progress 4 8.0.0 -- 2018-04-25
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
18 * compatibility with Mercurial 4.6
7 * drop support for Mercurial 4.1 and 4.2 19 * drop support for Mercurial 4.1 and 4.2
8 * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped 20 * `--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 21 * templatekw: remove `obsfatedata` templatekw. Individuals fields are
17 available in core as single template functions. 22 available in core as single template functions.
18 23 * topic: restraining name to letter, '-', '_' and '.'
19 * fixed issue 5833 and 5832
20
21 * topic: restring name to letter, '-', '_' and '.'
22 24
23 7.3.0 -- 2018-03-21 25 7.3.0 -- 2018-03-21
24 --------------------- 26 ---------------------
25 27
26 * grab: new command to grab a changeset, put in on wdir parent 28 * grab: new command to grab a changeset, put in on wdir parent