Mercurial > evolve
comparison CHANGELOG @ 4360:522abf1d70b7 mercurial-4.6
test-compat: merge mercurial-4.7 into mercurial-4.6
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 22 Jan 2019 12:54:44 -0500 |
parents | 45a6890ca656 |
children | 8c4289d0e91e |
comparison
equal
deleted
inserted
replaced
4313:4a740f9eee49 | 4360:522abf1d70b7 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 8.3.3 - in progress | 4 8.4.0 - in progress |
5 ------------------- | |
6 | |
7 * split: improve and update the user prompt (BC) | |
8 * split: make it possible to drop change during a split | |
9 * split: no longer accept revision with --rev (BC) | |
10 * split: accept file patterns | |
11 * split: support for non interactive splits | |
12 * evolve: avoid potential crash when stabilizing orphan merges | |
13 * evolve: pick right destination in split+prune cases issue5686 (4.9 only) | |
14 * evolve: prioritize --rev/--any/--all option over obsolete working directory | |
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) | |
26 * 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 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) | |
29 | |
30 8.3.3 -- 2017-12-24 | |
5 ------------------- | 31 ------------------- |
6 | 32 |
7 * evolve: properly detect unresolved merge conflict (issue-5966) | 33 * evolve: properly detect unresolved merge conflict (issue-5966) |
8 * 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) |
9 * test: avoid leaking `hg serve` process | 35 * test: avoid leaking `hg serve` process |