##// END OF EJS Templates
phabricator: include commit (node) and parent in the local:commits metadata...
Ian Moody -
r42441:9421d7e1 default
parent child Browse files
Show More
@@ -399,6 +399,8 b' def writediffproperties(ctx, diff):'
399 399 b'author': stringutil.person(ctx.user()),
400 400 b'authorEmail': stringutil.email(ctx.user()),
401 401 b'time': int(ctx.date()[0]),
402 b'commit': ctx.hex(),
403 b'parents': [ctx.p1().hex()],
402 404 b'branch': ctx.branch(),
403 405 },
404 406 }),
General Comments 0
You need to be logged in to leave comments. Login now