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