##// END OF EJS Templates
ancestor: fix a comment (followup to 0b03454abae7)
ancestor: fix a comment (followup to 0b03454abae7)

File last commit:

r17956:a08775ec default
r17976:09d5681d default
Show More
test-check-code-hg.t
10 lines | 360 B | text/troff | Tads3Lexer
/ tests / test-check-code-hg.t
$ check_code="$TESTDIR"/../contrib/check-code.py
$ cd "$TESTDIR"/..
$ if hg identify -q > /dev/null; then :
> else
> echo "skipped: not a Mercurial working dir" >&2
> exit 80
> fi
$ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
$ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true