diff -r 26aed0d561e8 -r 16c7a6ac8f94 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Mon Apr 02 00:39:26 2018 +0900 +++ b/mercurial/hgweb/webcommands.py Mon Apr 02 00:41:19 2018 +0900 @@ -295,7 +295,7 @@ for ctx in searchfunc[0](funcarg): count += 1 n = ctx.node() - showtags = webutil.showtag(web.repo, web.tmpl, 'changelogtag', n) + showtags = webutil.showtag(web.repo, 'changelogtag', n) files = webutil.listfilediffs(web.tmpl, ctx.files(), n, web.maxfiles)