Files @ 88807c7284b7
Branch filter:

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

Thomas De Schampheleire
tests: rename test_changeset_comments to test_changeset_pullrequests_comments

As the scope of this file now is both changeset and pullrequest commenting,
the filename should change as well.
#!/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