##// END OF EJS Templates
hgweb: expose sibling branches to templater
Dirkjan Ochtman -
r7717:f9ba30cb default
parent child Browse files
Show More
@@ -67,6 +67,7 b' def _siblings(siblings=[], hiderev=None)'
67 67 d['user'] = s.user()
68 68 d['date'] = s.date()
69 69 d['description'] = s.description()
70 d['branch'] = s.branch()
70 71 if hasattr(s, 'path'):
71 72 d['file'] = s.path()
72 73 yield d
General Comments 0
You need to be logged in to leave comments. Login now