diff -r 98ec107ce723 -r 0708bdb4987a mercurial/hgweb/hgweb_mod.py --- 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