view scripts/run-all-cleanup @ 7233:0e83a1bf6e49

setup: drop support for Mercurial < 4.0 There is little point in supporting Mercurial versions more than 2 years old. Also, the old memfilectx hack gets in the way for a clean workaround for a new API change. Some further cleanups might be possible when we can assume Mercurial >= 4.0 .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:14:55 +0200
parents 40edadecda69
children 51af7c12ffb1
line wrap: on
line source

#!/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