Files @ 2bbe01602ee4
Branch filter:

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

Mads Kiilerich
groups: make group management UI less dangerous

Don't select the currently chosen group members by default - that makes it less
dangerous to hit "remove selected".

Also, move the add/remove icons a bit apart and give them titles so the user is
less likely to hit the wrong one.
#!/usr/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