##// END OF EJS Templates
test-check-commit-hg: clarify misleading "commit message rules" error...
Martin von Zweigbergk -
r23623:80a37f70 default
parent child Browse files
Show More
@@ -14,7 +14,7 b' Go back in the hg repo'
14 $ for node in `hg log --rev 'draft() and ::.' --template '{node|short}\n'`; do
14 $ for node in `hg log --rev 'draft() and ::.' --template '{node|short}\n'`; do
15 > hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
15 > hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
16 > if [ $? -ne 0 ]; then
16 > if [ $? -ne 0 ]; then
17 > echo "Revision $node does not comply to commit message rules"
17 > echo "Revision $node does not comply to rules"
18 > echo '------------------------------------------------------'
18 > echo '------------------------------------------------------'
19 > cat ${TESTTMP}/check-commit.out
19 > cat ${TESTTMP}/check-commit.out
20 > echo
20 > echo
General Comments 0
You need to be logged in to leave comments. Login now