Submitter | Augie Fackler |
---|---|
Date | May 29, 2017, 2:32 p.m. |
Message ID | <44be9a86f325e1cc3d27.1496068349@imladris.local> |
Download | mbox | patch |
Permalink | /patch/21052/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/help.py b/mercurial/help.py --- a/mercurial/help.py +++ b/mercurial/help.py @@ -619,7 +619,7 @@ def help_(ui, name, unknowncmd=False, fu # 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)