[PATCH 2 of 5] strip: use trailing space for strings

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


# HG changeset patch
# User timeless at mozdev.org
# Date 1444849392 14400
#      Wed Oct 14 15:03:12 2015 -0400
# Node ID cbd2561e9c3f502c4482b4f047cf7d6621252e9e
# Parent  85a8a9690f6c7af40f4d01ac1790f13410862541
strip: use trailing space for strings

diff --git a/hgext/strip.py b/hgext/strip.py
--- a/hgext/strip.py
+++ b/hgext/strip.py
@@ -85,8 +85,8 @@
           ('n', '', None, _('ignored  (DEPRECATED)')),
           ('k', 'keep', None, _("do not modify working directory during "
                                 "strip")),
-          ('B', 'bookmark', '', _("remove revs only reachable from given"
-                                  " bookmark"))],
+          ('B', 'bookmark', '', _("remove revs only reachable from given "
+                                  "bookmark"))],
           _('hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV...'))
 def stripcmd(ui, repo, *revs, **opts):
     """strip changesets and all their descendants from the repository


More information about the Mercurial-devel mailing list