Show More
@@ -6,7 +6,7 b'' | |||||
6 | run pyflakes on all tracked files ending in .py or without a file ending |
|
6 | run pyflakes on all tracked files ending in .py or without a file ending | |
7 | (skipping binary file random-seed) |
|
7 | (skipping binary file random-seed) | |
8 |
|
8 | |||
9 | $ hg locate 'set:**.py or grep("^#!.*python")' \ |
|
9 | $ hg locate 'set:**.py or grep("^#!.*python")' -X hgext/fsmonitor/pywatchman \ | |
10 | > -X mercurial/pycompat.py \ |
|
10 | > -X mercurial/pycompat.py \ | |
11 | > 2>/dev/null \ |
|
11 | > 2>/dev/null \ | |
12 | > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py" |
|
12 | > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py" |
General Comments 0
You need to be logged in to leave comments.
Login now