diff -r 4a740f9eee49 -r 522abf1d70b7 CHANGELOG --- a/CHANGELOG Mon Dec 24 17:47:28 2018 +0100 +++ b/CHANGELOG Tue Jan 22 12:54:44 2019 -0500 @@ -1,7 +1,33 @@ Changelog ========= -8.3.3 - in progress +8.4.0 - in progress +------------------- + + * split: improve and update the user prompt (BC) + * split: make it possible to drop change during a split + * split: no longer accept revision with --rev (BC) + * split: accept file patterns + * split: support for non interactive splits + * evolve: avoid potential crash when stabilizing orphan merges + * evolve: pick right destination in split+prune cases issue5686 (4.9 only) + * evolve: prioritize --rev/--any/--all option over obsolete working directory + * fold: concatenate commit message in revision order + * push: have `--publish` overrule the `auto-publish` config + * next: evolve aspiring children by default (use --no-evolve to skip) + * next: pick lower part of a split as destination + * compat: drop compatibility with Mercurial 4.3 + * compat: add compatibility with Mercurial 4.9 + +topic: + + * topics: improve the message around topic changing + * stack: introduce a --children flag (see help for details) + * topic: make --age compatible with the usual other display for `hg topic` + * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only) + * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) + +8.3.3 -- 2017-12-24 ------------------- * evolve: properly detect unresolved merge conflict (issue-5966)