tests/test-check-code-hg.t
changeset 19385 c455e703348e
parent 19384 96fd9af75834
child 19386 0e25a9e25931
equal deleted inserted replaced
19384:96fd9af75834 19385:c455e703348e
    20   >   i18n/hggettext \
    20   >   i18n/hggettext \
    21   >   i18n/posplit \
    21   >   i18n/posplit \
    22   >   tests/hghave \
    22   >   tests/hghave \
    23   >   tests/dummyssh \
    23   >   tests/dummyssh \
    24   >   "$TESTTMP"/
    24   >   "$TESTTMP"/
    25   $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done
    25   $ for f in "$TESTTMP"/*; do mv "$f" "$f.py"; done
    26 
    26 
    27 New errors are not allowed. Warnings are strongly discouraged.
    27 New errors are not allowed. Warnings are strongly discouraged.
    28 
    28 
    29   $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \
    29   $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \
    30   >   | xargs "$check_code" --warnings --nolineno --per-file=0 \
    30   >   | xargs "$check_code" --warnings --nolineno --per-file=0 \