equal
deleted
inserted
replaced
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: |