mercurial/hgweb/hgweb_mod.py
changeset 3178 0d0d7317bbc8
parent 3177 8683c7a637ad
child 3179 76ab39df0917
--- 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(),