# HG changeset patch # User Anton Shestakov # Date 1605091736 -28800 # Node ID 0e397aeee55b1afaeead48e0c38e48696bcd4474 # Parent d75cea88bc4b601fe5c0180319e0a4e568f09b96 tests: update comment in test-check-pyflakes.t "random-seed" was a file at some very distant point (2013) in core hg repo. diff -r d75cea88bc4b -r 0e397aeee55b tests/test-check-pyflakes.t --- 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 \