[PATCH 5 of 5] githelp: lowercase the start of output messages for consistency

Martin von Zweigbergk martinvonz at google.com
Wed May 23 02:39:04 EDT 2018


On Mon, May 21, 2018 at 8:17 PM Matt Harbison <mharbison72 at gmail.com> wrote:

> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1526958268 14400
> #      Mon May 21 23:04:28 2018 -0400
> # Node ID d6ecb77cc36283d5141cef8f87b014619322132a
> # Parent  8e4cdc86c55f579eac9887bd2bd09a5867232d32
> githelp: lowercase the start of output messages for consistency
>
> I left 'Mercurial' as a proper name capitalized.
>
> diff --git a/hgext/githelp.py b/hgext/githelp.py
> --- a/hgext/githelp.py
> +++ b/hgext/githelp.py
> @@ -196,7 +196,7 @@ def apply(ui, repo, *args, **kwargs):
>      ui.status((bytes(cmd)), "\n")
>
>  def bisect(ui, repo, *args, **kwargs):
> -    ui.status(_("See 'hg help bisect' for how to use bisect.\n\n"))
> +    ui.status(_("see 'hg help bisect' for how to use bisect.\n\n"))
>

I think we usually also drop the trailing period.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20180522/1b7b6c20/attachment.html>


More information about the Mercurial-devel mailing list