diff -r defabf63e969 -r 8ff1ecfadcd1 hgext/githelp.py --- a/hgext/githelp.py Tue Oct 08 15:15:37 2019 -0700 +++ b/hgext/githelp.py Tue Oct 08 15:06:18 2019 -0700 @@ -66,7 +66,7 @@ if len(args) == 0 or (len(args) == 1 and args[0] == b'git'): raise error.Abort( - _(b'missing git command - ' b'usage: hg githelp -- ') + _(b'missing git command - usage: hg githelp -- ') ) if args[0] == b'git':