hgext/githelp.py
changeset 43117 8ff1ecfadcd1
parent 43105 649d3ac37a12
child 43503 313e3a279828
child 43745 24d0189238f1
--- 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 -- <git command>')
+            _(b'missing git command - usage: hg githelp -- <git command>')
         )
 
     if args[0] == b'git':