Skip to content
Snippets Groups Projects
Commit 6fc0fb71 authored by Anton Shestakov's avatar Anton Shestakov
Browse files

changelog: update for evolve 10.3.0

parent bf303f93
No related branches found
No related tags found
2 merge requests!34510.3.1: compatibility branches,!33310.3.0 everything else
Changelog
=========
10.3.0 - in progress
10.3.0 -- 2021-03-11
--------------------
......@@ -5,6 +5,9 @@
--------------------
* doc: document stack as a substitue for MQ's qseries
* doc: document revsets provided by evolve extension
* evolve: add a experimental.evolution.in-memory config for running evolve
in memory (hg >= 5.6)
* evolve: improve content-divergence resolution that involves parent changes
* evolve: preserve wdir parent when using `hg evolve --stop`
......@@ -7,5 +10,6 @@
* evolve: add a experimental.evolution.in-memory config for running evolve
in memory (hg >= 5.6)
* evolve: improve content-divergence resolution that involves parent changes
* evolve: preserve wdir parent when using `hg evolve --stop`
* obslog: clarify the command name in the help,
......@@ -11,3 +15,4 @@
* obslog: clarify the command name in the help,
* pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff`
and `hg status` respectively
......@@ -12,7 +17,8 @@
* pdiff, pstatus: drop some irrelevant command flags inherited from `hg diff`
and `hg status` respectively
* rewind: detect and abort on cases when we rewind to changesets that are
precessors / successors of each other
* rewind: when user gives only some parts of a fold, include the other parts
as well, or abort if they are missing from local repo
......@@ -14,8 +20,7 @@
* rewind: detect and abort on cases when we rewind to changesets that are
precessors / successors of each other
* rewind: when user gives only some parts of a fold, include the other parts
as well, or abort if they are missing from local repo
10.2.1 - in progress
--------------------
topic (0.22.0)
......@@ -21,5 +26,5 @@
* doc: document stack as a substitue for MQ's qseries
* doc: change topic phrase 'disappear' to 'fade out'
10.2.0.post1 -- 2021-02-01
--------------------------
......
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