diff mercurial/hgweb/webcommands.py @ 6437:101526031d06

hgweb: fix merge breakage
author Matt Mackall <mpm@selenic.com>
date Mon, 31 Mar 2008 23:14:25 -0500
parents 62e0bb41e682
children ccc2481e3954
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py	Mon Mar 31 21:49:36 2008 -0500
+++ b/mercurial/hgweb/webcommands.py	Mon Mar 31 23:14:25 2008 -0500
@@ -438,7 +438,7 @@
                 date=fctx.date(),
                 desc=fctx.description(),
                 author=fctx.user(),
-                rename=self.renamelink(fctx),
+                rename=webutil.renamelink(fctx),
                 branch=webutil.nodebranchnodefault(fctx),
                 parent=webutil.siblings(parents),
                 child=webutil.siblings(fctx.children()),