changeset 45998:cb623dedb17c

relnotes: document better memory use for unbundle Differential Revision: https://phab.mercurial-scm.org/D9481
author Joerg Sonnenberger <joerg@bec.de>
date Tue, 01 Dec 2020 22:19:01 +0100
parents 7c539f0febbe
children c4c7a6b61146
files relnotes/next
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ==