Skip to content
Snippets Groups Projects
Commit 718ef6b0ee6e authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

changelog: prepare for coming release

parent 73920cb25af3
No related branches found
No related tags found
No related merge requests found
Changelog
=========
7.2.0 - in progress
7.2.0 -- 2018-01-15
-------------------
......@@ -5,7 +5,16 @@
-------------------
* 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:
......@@ -7,11 +16,11 @@
* 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.
......@@ -13,24 +22,9 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment