mercurial/hgweb/webutil.py
changeset 18387 39616410aa32
parent 18367 ae7215f4f7b9
child 18388 083daee1b749
--- a/mercurial/hgweb/webutil.py	Tue Jan 15 23:30:10 2013 +0100
+++ b/mercurial/hgweb/webutil.py	Thu Jan 10 18:55:50 2013 +0100
@@ -66,7 +66,7 @@
 
     navafter.append(("tip", "tip"))
     try:
-        navbefore.insert(0, ("(0)", hex(nodefunc('0').node())))
+        navbefore.insert(0, ("(0)", hex(nodefunc(0).node())))
     except error.RepoError:
         pass