tests/test-check-code-hg.t
changeset 17977 a6180647ead4
parent 17956 a08775ec89f2
child 18575 667063b22a69
equal deleted inserted replaced
17976:09d5681d5b72 17977:a6180647ead4
     3   $ if hg identify -q > /dev/null; then :
     3   $ if hg identify -q > /dev/null; then :
     4   > else
     4   > else
     5   >     echo "skipped: not a Mercurial working dir" >&2
     5   >     echo "skipped: not a Mercurial working dir" >&2
     6   >     exit 80
     6   >     exit 80
     7   > fi
     7   > fi
     8   $ hg manifest | xargs "$check_code" || echo 'FAILURE IS NOT AN OPTION!!!'
       
     9 
     8 
    10   $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 || true
     9 New errors are not allowed. Warnings are strongly discouraged.
       
    10 
       
    11   $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0