Mercurial > evolve
changeset 5648:0e397aeee55b stable
tests: update comment in test-check-pyflakes.t
"random-seed" was a file at some very distant point (2013) in core hg repo.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 11 Nov 2020 18:48:56 +0800 |
parents | d75cea88bc4b |
children | 39bc93749027 |
files | tests/test-check-pyflakes.t |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-check-pyflakes.t Sat Oct 31 18:42:25 2020 +0100 +++ b/tests/test-check-pyflakes.t Wed Nov 11 18:48:56 2020 +0800 @@ -4,8 +4,7 @@ $ cd "`dirname "$TESTDIR"`" -run pyflakes on all tracked files ending in .py or without a file ending -(skipping binary file random-seed) +run pyflakes on all tracked files ending in .py or with a python shebang $ hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \ > -X hgext3rd/evolve/thirdparty \