# HG changeset patch # User Dirkjan Ochtman # Date 1232981530 -3600 # Node ID f9ba30cb7ee4faddf82b837479fa8bb8f2254517 # Parent 4ad12930a4591892f99c3903c4359071b893391b hgweb: expose sibling branches to templater diff -r 4ad12930a459 -r f9ba30cb7ee4 mercurial/hgweb/webutil.py --- a/mercurial/hgweb/webutil.py Mon Jan 26 16:50:27 2009 +0100 +++ b/mercurial/hgweb/webutil.py Mon Jan 26 15:52:10 2009 +0100 @@ -67,6 +67,7 @@ d['user'] = s.user() d['date'] = s.date() d['description'] = s.description() + d['branch'] = s.branch() if hasattr(s, 'path'): d['file'] = s.path() yield d