relnotes: document better memory use for unbundle
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 01 Dec 2020 22:19:01 +0100
changeset 45998 cb623dedb17c
parent 45997 7c539f0febbe
child 45999 c4c7a6b61146
relnotes: document better memory use for unbundle Differential Revision: https://phab.mercurial-scm.org/D9481
relnotes/next
--- 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 ==