diff CHANGELOG @ 5524:c706b96c71d8 mercurial-5.0

test-compat: merge mercurial-5.1 into mercurial-5.0
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 06 Sep 2020 05:45:28 +0800
parents 13e589fb61f5
children 1cce884c9448
line wrap: on
line diff
--- a/CHANGELOG	Fri Jul 31 18:54:28 2020 +0800
+++ b/CHANGELOG	Sun Sep 06 05:45:28 2020 +0800
@@ -1,7 +1,23 @@
 Changelog
 =========
 
-10.0.1 - in progress
+10.0.2 - in progress
+--------------------
+
+  * py3: use '%d' for formatting revision numbers in stable range cache warning
+    (issue6390)
+
+  * split: correctly handle discard action after previously splitting changes
+    into more than one commit
+
+  * uncommit: fix situation where added file would be left in a wrong state
+
+topic (0.19.2)
+
+  * revset: when processing `topic(REVSET)`, no longer return changesets
+    without topic from REVSET
+
+10.0.1 -- 2020-07-31
 --------------------
 
   * compatibility with Mercurial 5.5