[PATCH] tests: minor grammar change for check-commit

Augie Fackler raf at durin42.com
Tue Mar 1 13:35:43 EST 2016


On Tue, Mar 01, 2016 at 06:12:37AM -0600, timeless wrote:
> # HG changeset patch
> # User timeless <timeless at mozdev.org>
> # Date 1456833106 0
> #      Tue Mar 01 11:51:46 2016 +0000
> # Node ID 1429f0373188622c4ab58af7c041f9058362be45
> # Parent  c7f89ad87baef87f00c507545dfd4cc824bc3131
> tests: minor grammar change for check-commit

Queued this, thanks.

>
> diff --git a/tests/test-check-commit.t b/tests/test-check-commit.t
> --- a/tests/test-check-commit.t
> +++ b/tests/test-check-commit.t
> @@ -14,7 +14,7 @@
>    $ for node in `hg log --rev 'not public() and ::.' --template '{node|short}\n'`; do
>    >    hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
>    >    if [ $? -ne 0 ]; then
> -  >        echo "Revision $node does not comply to rules"
> +  >        echo "Revision $node does not comply with rules"
>    >        echo '------------------------------------------------------'
>    >        cat ${TESTTMP}/check-commit.out
>    >        echo
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list