From patchwork Sun Nov 8 19:12:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D9282: relnotes: drop 5.6 release entries from next From: phabricator X-Patchwork-Id: 47557 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sun, 8 Nov 2020 19:12:44 +0000 joerg.sonnenberger created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9282 AFFECTED FILES relnotes/next CHANGE DETAILS To: joerg.sonnenberger, #hg-reviewers Cc: mercurial-patches, mercurial-devel diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -1,9 +1,6 @@ == New Features == - * The memory footprint per changeset and per file during pull/unbundle - operations has been significantly reduced. - == New Experimental Features == @@ -20,15 +17,3 @@ == Internal API Changes == - * `phases.registernew` now takes a set of revisions instead of a list - of nodes. `phases.advanceboundary` takes an optional set of revisions - in addition to the list of nodes. The corresponeding members of the - `phasecache` class follow this change. - - * The `addgroup` member of `revlog` classes no longer keeps a list of - all found nodes. It now returns True iff a node was found in the group. - An optional callback for duplicated nodes can be used by callers to keep - track of all nodes themselve. - - * The `_chaininfocache` of `revlog` classes has been changed from a dict - to a LRU cache.