diff -r 8683c7a637ad -r 0d0d7317bbc8 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Sep 27 12:08:30 2006 -0700 +++ b/mercurial/hgweb/hgweb_mod.py Wed Sep 27 12:08:32 2006 -0700 @@ -407,7 +407,8 @@ last = fnode yield {"parity": parity, - "node": hex(fnode), + "node": hex(f.node()), + "filenode": hex(fnode), "rev": f.rev(), "author": name, "file": f.path(),