Mercurial > evolve
comparison CHANGELOG @ 3585:59f79788ca77
changelog: prepare release 7.3.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 21 Mar 2018 15:30:06 +0100 |
parents | 10c3e69bb5bf |
children | dd0d2e90e653 |
comparison
equal
deleted
inserted
replaced
3584:23f701c1cfcb | 3585:59f79788ca77 |
---|---|
1 Changelog | 1 Changelog |
2 ========= | 2 ========= |
3 | 3 |
4 7.3.0 --(in-progress) | 4 7.3.0 -- 2018-03-21 |
5 --------------------- | 5 --------------------- |
6 | 6 |
7 * grab: new command to grab a changeset, put in on wdir parent | 7 * grab: new command to grab a changeset, put in on wdir parent |
8 and update to it | 8 and update to it |
9 * resolve: shows how to continue evolve after resolving all conflicts | 9 * resolve: shows how to continue evolve after resolving all conflicts |
10 * evolve: `--continue` flag now continue evolving all the remaining revisions | 10 * evolve: `--continue` flag now continue evolving all the remaining revisions |
11 * prev and next now prompts user to choose a changeset in case of ambiguity | 11 * prev and next now prompts user to choose a changeset in case of ambiguity |
12 when ui.interactive is turned on | |
13 * evolve: a new `--stop` flag which can be used to stop interrupted evolution | 12 * evolve: a new `--stop` flag which can be used to stop interrupted evolution |
14 | |
15 7.2.2 -- (in-progress) | |
16 ---------------------- | |
17 | 13 |
18 * fold: fix issue related to bookmarks movement (issue5772) | 14 * fold: fix issue related to bookmarks movement (issue5772) |
19 * amend: take lock before parsing the commit description (issue5266) | 15 * amend: take lock before parsing the commit description (issue5266) |
20 * legacy: respect 'server.bundle1' config if any is set | 16 * legacy: respect 'server.bundle1' config if any is set |
21 * previous: fix behavior on obsolete rev when topic is involved (issue5708) | 17 * previous: fix behavior on obsolete rev when topic is involved (issue5708) |