# HG changeset patch # User Joerg Sonnenberger # Date 2020-12-01 21:19:01 # Node ID cb623dedb17c61895a6b4218774f4d7e11a023a8 # Parent 7c539f0febbefdf993afc2e0a502e416ce2fabaf relnotes: document better memory use for unbundle Differential Revision: https://phab.mercurial-scm.org/D9481 diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -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 ==