changeset 27377 | d1c998d7b103 |
parent 27376 | fc810d950278 |
child 27378 | c709b515218e |
--- a/mercurial/help.py Sun Dec 13 10:35:03 2015 -0800 +++ b/mercurial/help.py Sun Dec 13 11:04:45 2015 -0800 @@ -255,7 +255,7 @@ addtopicsymbols('hgweb', '.. webcommandsmarker', webcommands.commands, dedent=True) -def help_(ui, name, unknowncmd=False, full=True, **opts): +def help_(ui, name, unknowncmd=False, full=True, subtopic=None, **opts): ''' Generate the help for 'name' as unformatted restructured text. If 'name' is None, describe the commands available.