Files @ d10306a66799
Branch filter:

Location: kallithea/scripts/run-all-cleanup

domruf
hg: remove _rcpath override

It is unclear what the purpose of this snippet was, and Mercurial 4.2 has no
_rcpath anymore.

AFAICS, since we use ui.ui() instead of ui.ui.load(), the config files are not
used anyway.
#!/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