Submitter | phabricator |
---|---|
Date | March 3, 2021, 11:31 p.m. |
Message ID | <differential-rev-PHID-DREV-icd4wy6z2jrpnfmqt2ow-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48418/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -26,3 +26,8 @@ * `changelog.branchinfo` is deprecated and will be removed after 5.8. It is superseded by `changelogrevision.branchinfo`. + + * Callbacks for revlog.addgroup and the changelog._nodeduplicatecallback hook + now get a revision number as argument instead of a node. + + * revlog.addrevision returns the revision number instead of the node.