mercurial/formatter.py
changeset 32896 e14484e7f562
parent 32876 8da65da039c3
child 32897 799db2af824c
--- a/mercurial/formatter.py	Sat Jun 17 14:53:25 2017 +0530
+++ b/mercurial/formatter.py	Sat Jun 17 15:05:11 2017 +0530
@@ -371,6 +371,7 @@
             props['templ'] = self._t
             props['repo'] = props['ctx'].repo()
             props['revcache'] = {}
+        props = pycompat.strkwargs(props)
         g = self._t(self._tref, ui=self._ui, cache=self._cache, **props)
         self._out.write(templater.stringify(g))