comparison scripts/run-all-cleanup @ 8771:f8971422795e

scripts: introduce source_format.py to fix up the module name in file headers
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 07 Nov 2020 02:29:41 +0100
parents 0a84ef075575
children 52816813cbec
comparison
equal deleted inserted replaced
8770:0a84ef075575 8771:f8971422795e
6 set -x 6 set -x
7 7
8 scripts/docs-headings.py 8 scripts/docs-headings.py
9 scripts/generate-ini.py 9 scripts/generate-ini.py
10 scripts/whitespacecleanup.sh 10 scripts/whitespacecleanup.sh
11 hg files 'set:!binary()&grep("^#!.*python")' 'set:**.py' | xargs scripts/source_format.py
11 12
12 hg files 'set:!binary()&grep("^#!.*python")' 'set:**.py' | xargs scripts/pyflakes 13 hg files 'set:!binary()&grep("^#!.*python")' 'set:**.py' | xargs scripts/pyflakes
13 echo "no blocking problems found by $0" 14 echo "no blocking problems found by $0"