Mercurial > hg-stable
changeset 45169:3496b5f24371
relnotes: extend
Differential Revision: https://phab.mercurial-scm.org/D8767
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Sat, 18 Jul 2020 22:57:28 +0200 |
parents | 4f71d1a99e45 |
children | c87bd1fe3da2 |
files | relnotes/next |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/next Tue Jul 14 15:42:28 2020 +0530 +++ b/relnotes/next Sat Jul 18 22:57:28 2020 +0200 @@ -5,6 +5,12 @@ bundles created with large zstd windows and fallback to larger, but less demanding bundles. + * The `phabricator` extension now provides more functionality of the + arcanist CLI like changing the status of a differential. + + * Phases processing is much faster, especially for repositories with + old non-public changesets. + == New Experimental Features == * The core of some hg operations have been (and are being) @@ -33,3 +39,7 @@ * The `mergestate` class along with some related methods and constants have moved from `mercurial.merge` to a new `mercurial.mergestate` module. + * The `phasecache` class now uses sparse dictionaries for the phase data. + New accessors are provided to detect if any non-public changeset exists + (`hasnonpublicphases`) and get the correponsponding root set + (`nonpublicphaseroots`).