Show More
@@ -14,7 +14,7 b' Go back in the hg repo' | |||||
14 | $ for node in `hg log --rev 'not public() and ::.' --template '{node|short}\n'`; do |
|
14 | $ for node in `hg log --rev 'not public() 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 |
|
17 | > echo "Revision $node does not comply with 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