mercurial/hgweb/webcommands.py
changeset 37956 16c7a6ac8f94
parent 37953 7fae76c2c564
child 37998 9482498b96b0
--- 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)