Show More
@@ -23,6 +23,10 b' Check Python files without py extension' | |||
|
23 | 23 | > contrib/hgweb.wsgi \ |
|
24 | 24 | > contrib/simplemerge \ |
|
25 | 25 | > contrib/undumprevlog \ |
|
26 | > i18n/hggettext \ | |
|
27 | > i18n/posplit \ | |
|
28 | > tests/hghave \ | |
|
29 | > tests/dummyssh \ | |
|
26 | 30 | > "$TESTTMP"/ |
|
27 | 31 | $ for f in "$TESTTMP"/*; do cp "$f" "$f.py"; done |
|
28 | 32 | $ "$check_code" --warnings --nolineno --per-file=0 "$TESTTMP"/*.py \ |
General Comments 0
You need to be logged in to leave comments.
Login now