diff -r b3992c21b7f3 -r 623dc2651d26 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Wed Apr 04 21:17:10 2018 +0900 +++ b/mercurial/hgweb/webcommands.py Wed Apr 04 21:17:55 2018 +0900 @@ -886,7 +886,7 @@ pfctx = ctx.parents()[0][path] leftlines = filelines(pfctx) - comparison = webutil.compare(web.tmpl, context, leftlines, rightlines) + comparison = webutil.compare(context, leftlines, rightlines) if fctx is not None: rename = webutil.renamelink(fctx) ctx = fctx