diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py index b173739feb..ccd3f9622e 100644 --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -1496,6 +1496,7 @@ class changeset_templater(changeset_printer): props['index'] = next(self._counter) props['revcache'] = {'copies': copies} props['cache'] = self.cache + props = pycompat.strkwargs(props) # write header if self._parts['header']: