Show More
@@ -399,6 +399,8 b' def writediffproperties(ctx, diff):' | |||||
399 | b'author': stringutil.person(ctx.user()), |
|
399 | b'author': stringutil.person(ctx.user()), | |
400 | b'authorEmail': stringutil.email(ctx.user()), |
|
400 | b'authorEmail': stringutil.email(ctx.user()), | |
401 | b'time': int(ctx.date()[0]), |
|
401 | b'time': int(ctx.date()[0]), | |
|
402 | b'commit': ctx.hex(), | |||
|
403 | b'parents': [ctx.p1().hex()], | |||
402 | b'branch': ctx.branch(), |
|
404 | b'branch': ctx.branch(), | |
403 | }, |
|
405 | }, | |
404 | }), |
|
406 | }), |
General Comments 0
You need to be logged in to leave comments.
Login now