mercurial/hgweb/webutil.py
changeset 36434 1fb9e01328e4
parent 36258 af0a19d8812b
child 36518 7937850a523d
--- a/mercurial/hgweb/webutil.py	Mon Feb 26 01:01:35 2018 -0500
+++ b/mercurial/hgweb/webutil.py	Mon Feb 26 16:16:37 2018 +0530
@@ -449,7 +449,7 @@
         diffsummary=lambda **x: diffsummary(diffstatsgen),
         diffstat=diffstats,
         archives=web.archivelist(ctx.hex()),
-        **commonentry(web.repo, ctx))
+        **pycompat.strkwargs(commonentry(web.repo, ctx)))
 
 def listfilediffs(tmpl, files, node, max):
     for f in files[:max]: