mercurial/hgweb/webutil.py
changeset 43793 29adf0a087a1
parent 43716 33cff871d3b9
parent 43737 371765e775a2
child 44345 14d0e89520a2
--- a/mercurial/hgweb/webutil.py	Tue Dec 03 17:17:57 2019 -0800
+++ b/mercurial/hgweb/webutil.py	Thu Dec 05 11:15:19 2019 -0500
@@ -873,7 +873,7 @@
         raise error.ParseError(_(b'not displayable without template'))
 
     def show(self, context, mapping):
-        return self.join(context, b'')
+        return self.join(context, mapping, b'')
 
     def tobool(self, context, mapping):
         return bool(self._vars)