mercurial/hgweb/webutil.py
changeset 51858 607e94e01851
parent 50926 18c8c18993f0
child 51859 f4733654f144
--- a/mercurial/hgweb/webutil.py	Thu Sep 12 12:53:00 2024 -0400
+++ b/mercurial/hgweb/webutil.py	Mon Sep 16 15:36:38 2024 +0200
@@ -600,7 +600,7 @@
         diffsummary=lambda context, mapping: diffsummary(diffstatsgen),
         diffstat=diffstats,
         archives=web.archivelist(ctx.hex()),
-        **pycompat.strkwargs(commonentry(web.repo, ctx))
+        **pycompat.strkwargs(commonentry(web.repo, ctx)),
     )