| author | wenzelm | 
| Sun, 13 Jan 2019 18:40:26 +0100 | |
| changeset 69645 | e4e5bc6ac214 | 
| parent 64881 | 9eff4c62579a | 
| child 73479 | 6e20976d58f5 | 
| permissions | -rwxr-xr-x | 
| 56417 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 1 | #!/usr/bin/env bash | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 2 | # | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 3 | # Author: Florian Haftmann, TU Muenchen | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 4 | # | 
| 57438 | 5 | # DESCRIPTION: pie chart with Mercurial churn statistics | 
| 56417 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 6 | |
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 7 | ALIAS="${1:-$ISABELLE_HOME/Admin/user-aliases}"
 | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 8 | shift | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 9 | |
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 10 | SCRIPT="$ISABELLE_HOME/Admin/lib/scripts/churn_pie" | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 11 | |
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 12 | cd "$(dirname "$ALIAS")" | 
| 
04d0083cb9e5
churning pie charts (with non-canonical prerequisites!)
 haftmann parents: diff
changeset | 13 | |
| 64881 | 14 | hg churn --aliases "$ALIAS" | "$SCRIPT" "$@" |