Files @ 9d74cc23ea64
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
hg: support Mercurial 5.2

Automated and manual testing shows no problems with mercurial-5.2rc0 , and
draft release notes also raise no 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