changeset 32547 | 0cec8ad579d4 |
parent 32291 | bd872f64a8ba |
child 32549 | 633c635a790a |
--- a/mercurial/help.py Sun May 28 13:42:16 2017 -0400 +++ b/mercurial/help.py Sun May 28 13:28:41 2017 -0400 @@ -615,7 +615,7 @@ # program name if not ui.quiet: rst = [_("Mercurial Distributed SCM\n"), '\n'] - rst.extend(helplist(None, **opts)) + rst.extend(helplist(None, **pycompat.strkwargs(opts))) return ''.join(rst)