mercurial/hgweb/webutil.py
changeset 7294 f933076a19fc
parent 6750 fb42030d79d6
child 7310 bd522d09d5e3
--- a/mercurial/hgweb/webutil.py	Thu Oct 30 08:21:20 2008 +0100
+++ b/mercurial/hgweb/webutil.py	Thu Oct 30 09:46:45 2008 +0100
@@ -65,6 +65,9 @@
         return
     for s in siblings:
         d = {'node': hex(s.node()), 'rev': s.rev()}
+        d['user'] = s.user()
+        d['date'] = s.date()
+        d['description'] = s.description()
         if hasattr(s, 'path'):
             d['file'] = s.path()
         d.update(args)