Show More
@@ -65,6 +65,9 b' def siblings(siblings=[], hiderev=None, ' | |||||
65 | return |
|
65 | return | |
66 | for s in siblings: |
|
66 | for s in siblings: | |
67 | d = {'node': hex(s.node()), 'rev': s.rev()} |
|
67 | d = {'node': hex(s.node()), 'rev': s.rev()} | |
|
68 | d['user'] = s.user() | |||
|
69 | d['date'] = s.date() | |||
|
70 | d['description'] = s.description() | |||
68 | if hasattr(s, 'path'): |
|
71 | if hasattr(s, 'path'): | |
69 | d['file'] = s.path() |
|
72 | d['file'] = s.path() | |
70 | d.update(args) |
|
73 | d.update(args) |
General Comments 0
You need to be logged in to leave comments.
Login now