Admin/lib/Tools/churn_pie
author wenzelm
Thu, 07 Jan 2016 16:50:52 +0100
changeset 62096 8d5f2e3e836d
parent 57438 663037c5d848
child 64881 9eff4c62579a
permissions -rwxr-xr-x
more uniform treatment of symblinks: avoid confusion when unpacking .tar.gz bundle with NTFS links;

#!/usr/bin/env bash
#
# Author: Florian Haftmann, TU Muenchen
#
# DESCRIPTION: pie chart with Mercurial churn statistics

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

SCRIPT="$ISABELLE_HOME/Admin/lib/scripts/churn_pie"

cd "$(dirname "$ALIAS")"

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