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

Matt Mackall mpm at selenic.com
Mon Oct 19 16:58:52 CDT 2015


On Thu, 2015-10-15 at 15:45 -0500, timeless at mozdev.org wrote:
> # 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

Is there a rationale for this one?

> 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
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel
-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list