mercurial/help.py
changeset 45942 89a2afe31e82
parent 45679 65e2b64670b5
child 46261 c9b2a4d69e66
equal deleted inserted replaced
45941:346af7687c6f 45942:89a2afe31e82
   696     full=True,
   696     full=True,
   697     subtopic=None,
   697     subtopic=None,
   698     fullname=None,
   698     fullname=None,
   699     **opts
   699     **opts
   700 ):
   700 ):
   701     '''
   701     """
   702     Generate the help for 'name' as unformatted restructured text. If
   702     Generate the help for 'name' as unformatted restructured text. If
   703     'name' is None, describe the commands available.
   703     'name' is None, describe the commands available.
   704     '''
   704     """
   705 
   705 
   706     opts = pycompat.byteskwargs(opts)
   706     opts = pycompat.byteskwargs(opts)
   707 
   707 
   708     def helpcmd(name, subtopic=None):
   708     def helpcmd(name, subtopic=None):
   709         try:
   709         try: