comparison CHANGELOG @ 4365:8c4289d0e91e stable 8.4.0

packaging: prepare release 8.4.0
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 22 Jan 2019 20:25:36 -0500
parents 45a6890ca656
children 8494015ec24b a56caab87e37
comparison
equal deleted inserted replaced
4364:b74a31c69ad5 4365:8c4289d0e91e
1 Changelog 1 Changelog
2 ========= 2 =========
3 3
4 8.4.0 - in progress 4 8.4.0 -- 2019-12-22
5 ------------------- 5 -------------------
6 6
7 * compat: add compatibility with Mercurial 4.9
8 * compat: drop compatibility with Mercurial 4.3
9 * evolve: avoid potential crash when stabilizing orphan merges
10 * evolve: pick right destination in split+prune cases issue5686 (hg-4.9 only)
11 * evolve: prioritize --rev/--any/--all option over obsolete working directory
12 * fold: concatenate commit message in revision order
13 * next: evolve aspiring children by default (use --no-evolve to skip)
14 * next: pick lower part of a split as destination
15 * push: have `--publish` overrule the `auto-publish` config
16 * split: accept file patterns
7 * split: improve and update the user prompt (BC) 17 * split: improve and update the user prompt (BC)
8 * split: make it possible to drop change during a split 18 * split: make it possible to drop change during a split
9 * split: no longer accept revision with --rev (BC) 19 * split: no longer accept revision without --rev (BC)
10 * split: accept file patterns
11 * split: support for non interactive splits 20 * split: support for non interactive splits
12 * evolve: avoid potential crash when stabilizing orphan merges 21
13 * evolve: pick right destination in split+prune cases issue5686 (4.9 only) 22 topic 0.13.0
14 * evolve: prioritize --rev/--any/--all option over obsolete working directory 23
15 * fold: concatenate commit message in revision order
16 * push: have `--publish` overrule the `auto-publish` config
17 * next: evolve aspiring children by default (use --no-evolve to skip)
18 * next: pick lower part of a split as destination
19 * compat: drop compatibility with Mercurial 4.3
20 * compat: add compatibility with Mercurial 4.9
21
22 topic:
23
24 * topics: improve the message around topic changing
25 * stack: introduce a --children flag (see help for details) 24 * stack: introduce a --children flag (see help for details)
25 * stack: support for '#stack[idx]' absolute indexing in revset (hg-4.9+ only)
26 * topic: support for '#topic[idx]' relative indexing in revset (hg-4.9+ only)
26 * topic: make --age compatible with the usual other display for `hg topic` 27 * topic: make --age compatible with the usual other display for `hg topic`
27 * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only) 28 * topics: improve the message around topic changes
28 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) 29
29 30 8.3.3 -- 2018-12-24
30 8.3.3 -- 2017-12-24
31 ------------------- 31 -------------------
32 32
33 * evolve: properly detect unresolved merge conflict (issue-5966) 33 * evolve: properly detect unresolved merge conflict (issue-5966)
34 * evolve: fix possible crash when the repo changes during evolve (issue-6028) 34 * evolve: fix possible crash when the repo changes during evolve (issue-6028)
35 * test: avoid leaking `hg serve` process 35 * test: avoid leaking `hg serve` process
36 * topic: fix error message for the `ngtip` revset 36 * topic: fix error message for the `ngtip` revset
37 37
38 8.3.2 -- 2017-11-27 38 8.3.2 -- 2018-11-27
39 ------------------- 39 -------------------
40 40
41 * evolve: not longer attempt to translate revision's descriptions (issue6016) 41 * evolve: not longer attempt to translate revision's descriptions (issue6016)
42 * evolve: fix compatibility with mercurial 4.8's narrow extension. 42 * evolve: fix compatibility with mercurial 4.8's narrow extension.
43 * pick: fix summary help text 43 * pick: fix summary help text