Files @ a188803df37e
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Thomas De Schampheleire
scripts: docs-headings: improve performance by grouping 'hg diff' invocations

With SSD, this change reduces the execution time of this script from 8 to
0.5 seconds
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh