diff CHANGELOG @ 5945:6d91fe3ec0a2 mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 27 May 2021 23:58:50 +0800
parents 6f8ab1030374
children aff365171309 30c8d8e6a7f4
line wrap: on
line diff
--- a/CHANGELOG	Sat Apr 24 21:34:57 2021 +0800
+++ b/CHANGELOG	Thu May 27 23:58:50 2021 +0800
@@ -1,20 +1,38 @@
 Changelog
 =========
 
-10.3.1 - in progress
+10.3.2 - in progress
+--------------------
+
+  * next: remove duplicated targets when updating from an unstable changeset
+  * evolve: use "served" repo filter to guess what the server will publish
+
+topic (0.22.2)
+
+  * topic: don't lose any file changes when changing topic of a merge commit
+  * topic: announce ext-topics-publish capability in case of SSH and HTTP too
+
+10.3.1 -- 2021-04-25
 --------------------
 
   * cache: fix corruption issue when mixing 32-bit and 64-bit environments
+
   * next: unstable changesets with a different topic are no longer targets for
     hg next as long as it's invoked without --no-topic flag
   * next: when some potential targets are unstable, ask user which changeset
     they want to update to (only mixing stable and unstable when --evolve flag
     is given, which is the default)
 
+  * packaging: default to using Python 3 in Makefile
+
+topic (0.22.1)
+
+  * compatibility with Mercurial 5.8
+
 10.3.0 -- 2021-03-11
 --------------------
 
-  * doc: document stack as a substitue for MQ's qseries
+  * doc: document stack as a substitute for MQ's qseries
   * doc: document revsets provided by evolve extension
 
   * evolve: add a experimental.evolution.in-memory config for running evolve
@@ -28,7 +46,7 @@
     and `hg status` respectively
 
   * rewind: detect and abort on cases when we rewind to changesets that are
-    precessors / successors of each other
+    predecessors / 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