changeset 33102 | 1b6946f87c50 |
parent 33101 | b257aaa0743a |
child 33106 | 2f812b0d1936 |
--- a/mercurial/debugcommands.py Tue Jun 27 00:15:56 2017 +0530 +++ b/mercurial/debugcommands.py Tue Jun 27 00:23:32 2017 +0530 @@ -2165,7 +2165,7 @@ else: displayer = cmdutil.makelogtemplater(ui, repo, tmpl) for r in revs: - displayer.show(repo[r], **props) + displayer.show(repo[r], **pycompat.strkwargs(props)) displayer.close() @command('debugupdatecaches', [])