--- a/mercurial/hgweb/hgweb_mod.py Sun Oct 15 17:38:07 2006 -0700
+++ b/mercurial/hgweb/hgweb_mod.py Sun Oct 15 18:25:07 2006 -0700
@@ -385,7 +385,7 @@
yield {"parity": parity,
"node": hex(f.node()),
- "rev": f.linkrev(),
+ "rev": f.rev(),
"author": name,
"file": f.path(),
"line": l}