##// END OF EJS Templates
tests: add magic string to bypass check-commit...
David Soria Parra -
r30648:2cab496d default
parent child Browse files
Show More
@@ -8,7 +8,7 b' Go back in the hg repo'
8
8
9 $ cd $TESTDIR/..
9 $ cd $TESTDIR/..
10
10
11 $ for node in `hg log --rev 'not public() and ::.' --template '{node|short}\n'`; do
11 $ for node in `hg log --rev 'not public() and ::. and not desc("# no-check-commit")' --template '{node|short}\n'`; do
12 > hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
12 > hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
13 > if [ $? -ne 0 ]; then
13 > if [ $? -ne 0 ]; then
14 > echo "Revision $node does not comply with rules"
14 > echo "Revision $node does not comply with rules"
General Comments 0
You need to be logged in to leave comments. Login now