mercurial/hgweb/hgweb_mod.py
changeset 3305 0708bdb4987a
parent 3304 98ec107ce723
child 3327 e6353b7b102a
--- a/mercurial/hgweb/hgweb_mod.py	Mon Oct 09 23:46:05 2006 -0500
+++ b/mercurial/hgweb/hgweb_mod.py	Tue Oct 10 00:07:46 2006 -0500
@@ -430,9 +430,9 @@
                     continue
 
                 yield {"file": full,
-                       "filenode": hex(fnode),
                        "parity": self.stripes(parity),
                        "basename": f,
+                       "size": ctx.filectx(full).size(),
                        "permissions": mf.execf(full)}
                 parity += 1