##// END OF EJS Templates
help: convert dict to strkwargs
Augie Fackler -
r32547:0cec8ad5 default
parent child Browse files
Show More
@@ -615,7 +615,7 b' def help_(ui, name, unknowncmd=False, fu'
615 # program name
615 # program name
616 if not ui.quiet:
616 if not ui.quiet:
617 rst = [_("Mercurial Distributed SCM\n"), '\n']
617 rst = [_("Mercurial Distributed SCM\n"), '\n']
618 rst.extend(helplist(None, **opts))
618 rst.extend(helplist(None, **pycompat.strkwargs(opts)))
619
619
620 return ''.join(rst)
620 return ''.join(rst)
621
621
General Comments 0
You need to be logged in to leave comments. Login now