Admin/lib/Tools/churn_pie
author wenzelm
Wed, 12 Aug 2015 13:53:51 +0200
changeset 60916 a6e2a667b0a8
parent 57438 663037c5d848
child 64881 9eff4c62579a
permissions -rwxr-xr-x
resolve undefined blobs by default, e.g. relevant for ML debugger to avoid reset of breakpoints after reload;

#!/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" "$@"