diff tests/test-check-commit.t @ 28293:a22b6fa5a844

tests: minor grammar change for check-commit
author timeless <timeless@mozdev.org>
date Tue, 01 Mar 2016 11:51:46 +0000
parents 598e21079884
children 3c9066ed557c
line wrap: on
line diff
--- a/tests/test-check-commit.t	Sat Feb 27 21:43:17 2016 -0800
+++ b/tests/test-check-commit.t	Tue Mar 01 11:51:46 2016 +0000
@@ -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