# HG changeset patch # User Joerg Sonnenberger # Date 1606857541 -3600 # Node ID cb623dedb17c61895a6b4218774f4d7e11a023a8 # Parent 7c539f0febbefdf993afc2e0a502e416ce2fabaf relnotes: document better memory use for unbundle Differential Revision: https://phab.mercurial-scm.org/D9481 diff -r 7c539f0febbe -r cb623dedb17c 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 ==