diff -r 00e065fb1469 -r 9421d7e12888 hgext/phabricator.py --- a/hgext/phabricator.py Thu Apr 18 00:34:45 2019 -0700 +++ b/hgext/phabricator.py Sat Apr 20 16:11:23 2019 +0100 @@ -399,6 +399,8 @@ b'author': stringutil.person(ctx.user()), b'authorEmail': stringutil.email(ctx.user()), b'time': int(ctx.date()[0]), + b'commit': ctx.hex(), + b'parents': [ctx.p1().hex()], b'branch': ctx.branch(), }, }),