[Updated] [+ ] D8767: relnotes: extend
joerg.sonnenberger (Joerg Sonnenberger)
phabricator at mercurial-scm.org
Sat Jul 18 22:31:24 UTC 2020
joerg.sonnenberger updated this revision to Diff 21966.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8767?vs=21965&id=21966
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8767/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8767
AFFECTED FILES
relnotes/next
CHANGE DETAILS
diff --git a/relnotes/next b/relnotes/next
--- a/relnotes/next
+++ b/relnotes/next
@@ -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`).
To: joerg.sonnenberger, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200718/1b26759d/attachment-0002.html>
More information about the Mercurial-patches
mailing list