Mercurial > evolve
changeset 3404:718ef6b0ee6e
changelog: prepare for coming release
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 15 Jan 2018 21:44:22 +0100 |
parents | 73920cb25af3 |
children | 5813075618b4 |
files | CHANGELOG |
diffstat | 1 files changed, 12 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Jan 15 20:51:22 2018 +0100 +++ b/CHANGELOG Mon Jan 15 21:44:22 2018 +0100 @@ -1,36 +1,30 @@ Changelog ========= -7.2.0 - in progress +7.2.0 -- 2018-01-15 ------------------- + * evolve: changes to the on disk format for interrupted evolve + * evolve: --continue now propertly preserve phase information (issue5720) + * evolve: --continue now properly reports merges as evolve + * commit: suggest using topic on new heads + * uncommit: `--revert` flag added to clean the wdir after uncommit + * obslog: add color support to content-diff output with --patch + * fix `hg prev` behavior on obsolete changesets + * no longer issues "obsolete working copy" message during no-op + * use the new instabilities names from mercurial 4.4+ (in `hg evolve --list` and other messages) * new algorithm for obshashrange discovery: - The new algorithm is fast, simpler to cache and with better complexity. It + The new algorithm is faster, simpler to cache and with better complexity. It is able to handle repository of any size (naive python implementation is a bit slow). Support for the previous experimental approach have been dropped, please update both clients and servers. The new approach is still hidden behind and experimental flag for now. - * uncommit: `--revert` flag added to clean the wdir after uncommit - * evolve: changes to the on disk format for interrupted evolve - * evolve: preserve phase information with --continue (issue5720) - * evolve: --continue now properly reports merges as evolve - * commit: suggest using topic on new heads - * obslog: add color support to content-diff output with --patch - -topic (0.7.1) - -7.1.1 - in progress -------------------- - - * fix `hg prev` behavior on obsolete changesets - * no longer issue "obsolete working copy" message during no-op - -topic (0.6.1) +topic (0.7.0) * fix compatibility with Mercurial-4.3 * new template keyword `topic` to get changesets topic