mercurial/hgweb.py
changeset 1574 32b091ce4026
parent 1572 385b8872b8e3
child 1575 0a1cca912fda
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -632,6 +632,7 @@ class hgweb(object):
             for k,n in i:
                 yield {"parity": parity,
                        "tag": k,
+		       "manifest": hex(cl.read(n)[0]),
 		       "date": cl.read(n)[2],
                        "node": hex(n)}
                 parity = 1 - parity