Submitter | David Soria Parra |
---|---|
Date | Dec. 21, 2016, 9:44 p.m. |
Message ID | <dba02153520bf599a723.1482356681@devbig415.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/17992/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-check-commit.t b/tests/test-check-commit.t --- a/tests/test-check-commit.t +++ b/tests/test-check-commit.t @@ -8,7 +8,7 @@ $ cd $TESTDIR/.. - $ for node in `hg log --rev 'not public() and ::.' --template '{node|short}\n'`; do + $ for node in `hg log --rev 'not public() and ::. and not desc("# no-check-commit")' --template '{node|short}\n'`; do > hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out > if [ $? -ne 0 ]; then > echo "Revision $node does not comply with rules"