# HG changeset patch # User Matt Harbison <matt_harbison@yahoo.com> # Date 1494299101 14400 # Mon May 08 23:05:01 2017 -0400 # Branch stable # Node ID a0e46f6b248b7a6db0f3cd09b1dba6dcefeb8fd4 # Parent 9a86d936670f28a9a37850029e57c1c88d06afd1 churn: use the non-deprecated template option in the examples diff --git a/hgext/churn.py b/hgext/churn.py --- a/hgext/churn.py +++ b/hgext/churn.py @@ -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