##// END OF EJS Templates
largefiles: report the missing file count after a commit that does nothing...
largefiles: report the missing file count after a commit that does nothing This is the same warning that is printed for normal files.

File last commit:

r27285:aef5b606 default
r27944:4511e8da stable
Show More
test-check-pyflakes.t
12 lines | 361 B | text/troff | Tads3Lexer
/ tests / test-check-pyflakes.t
#require test-repo pyflakes
$ cd "`dirname "$TESTDIR"`"
run pyflakes on all tracked files ending in .py or without a file ending
(skipping binary file random-seed)
$ hg locate 'set:**.py or grep("^!#.*python")' 2>/dev/null \
> | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
tests/filterpyflakes.py:61: undefined name 'undefinedname'