# HG changeset patch # User Matt Harbison # Date 1494299101 14400 # Node ID a0e46f6b248b7a6db0f3cd09b1dba6dcefeb8fd4 # Parent 9a86d936670f28a9a37850029e57c1c88d06afd1 churn: use the non-deprecated template option in the examples diff -r 9a86d936670f -r a0e46f6b248b hgext/churn.py --- a/hgext/churn.py Mon May 08 09:30:26 2017 -0700 +++ b/hgext/churn.py Mon May 08 23:05:01 2017 -0400 @@ -133,7 +133,7 @@ Examples:: # display count of changed lines for every committer - hg churn -t "{author|email}" + hg churn -T "{author|email}" # display daily activity graph hg churn -f "%H" -s -c