Admin/lib/Tools/churn
author wenzelm
Sat, 23 May 2015 17:19:37 +0200
changeset 60299 5ae2a2e74c93
parent 56417 04d0083cb9e5
child 73479 6e20976d58f5
permissions -rwxr-xr-x
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;

#!/usr/bin/env bash
#
# Author: Florian Haftmann, TU Muenchen
#
# DESCRIPTION: mercurial churn statistics for specified aliases file

ALIAS="${1:-$ISABELLE_HOME/Admin/user-aliases}"
shift

cd "$(dirname "$ALIAS")"

hg churn --aliases "$ALIAS" "$@"