mercurial/hgweb/hgweb_mod.py
changeset 3311 0708bdb4987a
parent 3310 98ec107ce723
child 3325 e6353b7b102a
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -430,9 +430,9 @@ class hgweb(object):
                     continue
 
                 yield {"file": full,
-                       "filenode": hex(fnode),
                        "parity": self.stripes(parity),
                        "basename": f,
+                       "size": ctx.filectx(full).size(),
                        "permissions": mf.execf(full)}
                 parity += 1