relnotes: document better memory use for unbundle
Differential Revision: https://phab.mercurial-scm.org/D9481
--- a/relnotes/next Mon Nov 30 14:06:45 2020 +0100
+++ b/relnotes/next Tue Dec 01 22:19:01 2020 +0100
@@ -17,10 +17,12 @@
can be e.g. `rebase`. As part of this effort, the default format
from `hg rebase` was reorganized a bit.
-
* `hg strip`, from the strip extension, is now a core command, `hg
debugstrip`. The extension remains for compatibility.
+ * The memory footprint per changeset during pull/unbundle
+ operations has been further reduced.
+
== New Experimental Features ==