Show More
@@ -65,6 +65,9 b' def siblings(siblings=[], hiderev=None, ' | |||
|
65 | 65 | return |
|
66 | 66 | for s in siblings: |
|
67 | 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 | 71 | if hasattr(s, 'path'): |
|
69 | 72 | d['file'] = s.path() |
|
70 | 73 | d.update(args) |
General Comments 0
You need to be logged in to leave comments.
Login now