# HG changeset patch # User Anton Shestakov # Date 1615458711 -28800 # Node ID 6fc0fb7105c2bbc6e0262ab6d0d762fc42f4148d # Parent bf303f93a4613d513c5c14e0747d9fc0216db105 changelog: update for evolve 10.3.0 diff -r bf303f93a461 -r 6fc0fb7105c2 CHANGELOG --- a/CHANGELOG Thu Mar 11 12:06:42 2021 +0800 +++ b/CHANGELOG Thu Mar 11 18:31:51 2021 +0800 @@ -1,25 +1,30 @@ Changelog ========= -10.3.0 - in progress +10.3.0 -- 2021-03-11 -------------------- + * 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` + * obslog: clarify the command name in the help, + * 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 -10.2.1 - in progress --------------------- +topic (0.22.0) - * 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 --------------------------