[PATCH 3 of 5] help: use trailing space for strings

timeless at mozdev.org timeless at mozdev.org
Thu Oct 15 15:45:14 CDT 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1444939952 14400
#      Thu Oct 15 16:12:32 2015 -0400
# Node ID e0d05823074d0c6c29f3df2790d720de18d09435
# Parent  cbd2561e9c3f502c4482b4f047cf7d6621252e9e
help: use trailing space for strings

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -463,8 +463,8 @@
             modcmds = set([c.split('|', 1)[0] for c in ct])
             rst.extend(helplist(modcmds.__contains__))
         else:
-            rst.append(_('(use "hg help extensions" for information on enabling'
-                       ' extensions)\n'))
+            rst.append(_('(use "hg help extensions" for information on '
+                       'enabling extensions)\n'))
         return rst
 
     def helpextcmd(name):


More information about the Mercurial-devel mailing list