changeset 45942 | 89a2afe31e82 |
parent 44883 | 94f227baa76f |
child 48875 | 6000f5b25c9b |
--- a/hgext/githelp.py Fri Nov 27 17:00:00 2020 -0500 +++ b/hgext/githelp.py Fri Nov 27 17:03:29 2020 -0500 @@ -59,10 +59,10 @@ helpbasic=True, ) def githelp(ui, repo, *args, **kwargs): - '''suggests the Mercurial equivalent of the given git command + """suggests the Mercurial equivalent of the given git command Usage: hg githelp -- <git command> - ''' + """ if len(args) == 0 or (len(args) == 1 and args[0] == b'git'): raise error.Abort(