Files @ 44a15e2a04ff
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
hg: support Mercurial 4.9

Manual testing confirms it works, the test suite pass, and the Mercurial
release notes doesn't show anything that raise any concerns.
#!/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