Show More
@@ -5,6 +5,7 b'' | |||
|
5 | 5 | |
|
6 | 6 | $ testrepohg files 'set:(**.py)' \ |
|
7 | 7 | > -X hgdemandimport/demandimportpy2.py \ |
|
8 | > -X mercurial/thirdparty/cbor \ | |
|
8 | 9 | > | sed 's|\\|/|g' | xargs $PYTHON contrib/check-py3-compat.py |
|
9 | 10 | contrib/python-zstandard/setup.py not using absolute_import |
|
10 | 11 | contrib/python-zstandard/setup_zstd.py not using absolute_import |
@@ -16,6 +16,7 b' run pyflakes on all tracked files ending' | |||
|
16 | 16 | $ testrepohg locate 'set:**.py or grep("^#!.*python")' \ |
|
17 | 17 | > -X hgext/fsmonitor/pywatchman \ |
|
18 | 18 | > -X mercurial/pycompat.py -X contrib/python-zstandard \ |
|
19 | > -X mercurial/thirdparty/cbor \ | |
|
19 | 20 | > 2>/dev/null \ |
|
20 | 21 | > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py" |
|
21 | 22 |
General Comments 0
You need to be logged in to leave comments.
Login now