Mercurial > hg
diff relnotes/next @ 45823:793976f9029c
relnotes: drop 5.6 release entries from next
Differential Revision: https://phab.mercurial-scm.org/D9282
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Sun, 08 Nov 2020 20:12:32 +0100 |
parents | 84eb4c833c41 |
children | d7a508a75d72 |
line wrap: on
line diff
--- a/relnotes/next Sat Nov 07 15:02:53 2020 -0500 +++ b/relnotes/next Sun Nov 08 20:12:32 2020 +0100 @@ -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.