Mercurial > evolve
comparison CHANGELOG @ 4510:0b86c05440e9 stable
changelog: merge 8.4.1 and 8.5.1 entries
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 11 Apr 2019 22:41:06 +0200 |
parents | 79de4e86d9a4 |
children | 33c617626fd9 |
comparison
equal
deleted
inserted
replaced
4509:5875079f2ff5 | 4510:0b86c05440e9 |
---|---|
2 ========= | 2 ========= |
3 | 3 |
4 8.5.0 - in progress | 4 8.5.0 - in progress |
5 ------------------- | 5 ------------------- |
6 | 6 |
7 * evolve: improved support for content-divergence with public changesets, | 7 * evolve: fix an recoverable state (issue6053) |
8 * stack: support ranges in revsets indexing, | |
9 * pick: add the standard `--tool` option, | |
10 * stack: improved and speed --children flag up, | |
11 * stack: mention all divergences too. | |
12 * evolve: share evolve related cache between `shares` | 8 * evolve: share evolve related cache between `shares` |
13 * evolve: improved compatibility with narrow repositories, | 9 * evolve: improved compatibility with narrow repositories, |
14 * evolve: preserve --[no-]update value over --continue, | 10 * evolve: preserve --[no-]update value over --continue, |
15 * uncommit: abort if an explicitly given file cannot be uncommitted | |
16 | |
17 8.4.1 - in progress | |
18 ------------------- | |
19 | |
20 * split: preserve phases (issue6048) | |
21 * evolve: fix an recoverable state (issue6053) | |
22 * prune: fix error message when pruning public changesets | |
23 * touch: fix error message when touching public changesets | |
24 * evolve: make sure the extensions are only active on repository that | 11 * evolve: make sure the extensions are only active on repository that |
25 enables it. Double check your server configuration (issue6057) | 12 enables it. Double check your server configuration (issue6057) |
26 * evolve: make sure divergence resolution don't replace the initial author | 13 * evolve: make sure divergence resolution don't replace the initial author |
27 (issue6113) | 14 (issue6113) |
15 * evolve: improved support for content-divergence with public changesets, | |
28 * pick: align working dir branch with the one from the pick result (issue6089) | 16 * pick: align working dir branch with the one from the pick result (issue6089) |
17 * pick: add the standard `--tool` option, | |
18 * prune: fix error message when pruning public changesets | |
19 * split: preserve phases (issue6048) | |
20 * stack: improved and speed --children flag up, | |
21 * stack: mention all divergences too. | |
22 * stack: support ranges in revsets indexing, | |
23 * touch: fix error message when touching public changesets | |
24 * uncommit: abort if an explicitly given file cannot be uncommitted | |
29 | 25 |
30 8.4.0 -- 2019-12-22 | 26 8.4.0 -- 2019-12-22 |
31 ------------------- | 27 ------------------- |
32 | 28 |
33 * compat: add compatibility with Mercurial 4.9 | 29 * compat: add compatibility with Mercurial 4.9 |