Submitter | timeless@mozdev.org |
---|---|
Date | March 1, 2016, 12:12 p.m. |
Message ID | <1429f0373188622c4ab5.1456834357@waste.org> |
Download | mbox | patch |
Permalink | /patch/13502/ |
State | Accepted |
Headers | show |
Comments
On Tue, Mar 01, 2016 at 06:12:37AM -0600, timeless wrote: > # HG changeset patch > # User timeless <timeless@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@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
Patch
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