Mercurial > evolve
view tests/test-check-pyflakes.t @ 1996:5c40dd2cf131
stack: add some basic branch information
In the same spirit as knowing the topic you are on, having some branch data seem
useful (yet, this smell a bit like summary)
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 26 Aug 2016 14:23:31 +0200 |
parents | b82769fd703b |
children | 053190199959 |
line wrap: on
line source
#require test-repo pyflakes Copied from Mercurial core (60ee2593a270) $ 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