Show More
@@ -9,7 +9,7 b' Go back in the hg repo' | |||||
9 | $ cd $TESTDIR/.. |
|
9 | $ cd $TESTDIR/.. | |
10 |
|
10 | |||
11 | $ for node in `hg log --rev 'not public() and ::. and not desc("# no-check-commit")' --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 --git $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" | |
15 | > echo '------------------------------------------------------' |
|
15 | > echo '------------------------------------------------------' |
General Comments 0
You need to be logged in to leave comments.
Login now