This revision was automatically updated to reflect the committed changes.
Closed by commit rHG9421d7e12888: phabricator: include commit (node) and parent
in the local:commits metadata (authored by Kwan, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial
Kwan added inline comments.
INLINE COMMENTS
> indygreg wrote in phabricator.py:403
> What about p2?
I left it out since the "hg:meta" code only writes p1 (` b'parent':
ctx.p1().hex(),`) and `getdiffmeta` doesn't read p2 from either "hg:meta" or
"local:commits":
if len(commit.get(b'parents',
indygreg added inline comments.
INLINE COMMENTS
> phabricator.py:403
> +b'commit': ctx.hex(),
> +b'parents': [ctx.p1().hex()],
> b'branch': ctx.branch(),
What about p2?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/
Kwan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D6298
AFFECTED FILES
hgext/phabricator.py
CHANGE DETAILS
diff --git a/hgext/phabricator