changeset 6437 | 101526031d06 |
parent 6434 | 62e0bb41e682 |
child 6564 | ccc2481e3954 |
--- 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()),