churn: use the non-deprecated template option in the examples

This commit is contained in:
Matt Harbison 2017-05-08 23:05:01 -04:00
parent 3ffdc76e66
commit 99eb2bf008

View File

@ -133,7 +133,7 @@ def churn(ui, repo, *pats, **opts):
Examples:: Examples::
# display count of changed lines for every committer # display count of changed lines for every committer
hg churn -t "{author|email}" hg churn -T "{author|email}"
# display daily activity graph # display daily activity graph
hg churn -f "%H" -s -c hg churn -f "%H" -s -c