Show More
@@ -67,6 +67,7 b' def _siblings(siblings=[], hiderev=None)' | |||||
67 | d['user'] = s.user() |
|
67 | d['user'] = s.user() | |
68 | d['date'] = s.date() |
|
68 | d['date'] = s.date() | |
69 | d['description'] = s.description() |
|
69 | d['description'] = s.description() | |
|
70 | d['branch'] = s.branch() | |||
70 | if hasattr(s, 'path'): |
|
71 | if hasattr(s, 'path'): | |
71 | d['file'] = s.path() |
|
72 | d['file'] = s.path() | |
72 | yield d |
|
73 | yield d |
General Comments 0
You need to be logged in to leave comments.
Login now