Files @ 5f1af779bddf
Branch filter:

Location: kallithea/scripts/run-all-cleanup

Mads Kiilerich
hg: prepare for Mercurial 4.2 or later where tagging moved from localrepo to the tags module
#!/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