Show More
@@ -11,7 +11,7 b' Go back in the hg repo' | |||||
11 |
|
11 | |||
12 | $ cd $TESTDIR/.. |
|
12 | $ cd $TESTDIR/.. | |
13 |
|
13 | |||
14 |
$ for node in `hg log --rev ' |
|
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 to rules" |
|
17 | > echo "Revision $node does not comply to rules" |
General Comments 0
You need to be logged in to leave comments.
Login now