tests/test-check-commit.t
changeset 28293 a22b6fa5a844
parent 27756 598e21079884
child 29219 3c9066ed557c
--- 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