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

timeless timeless at mozdev.org
Tue Mar 1 12:12:37 UTC 2016


# 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

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


More information about the Mercurial-devel mailing list