##// END OF EJS Templates
churn: use the non-deprecated template option in the examples
Matt Harbison -
r32229:a0e46f6b stable
parent child Browse files
Show More
@@ -133,7 +133,7 b' def churn(ui, repo, *pats, **opts):'
133 Examples::
133 Examples::
134
134
135 # display count of changed lines for every committer
135 # display count of changed lines for every committer
136 hg churn -t "{author|email}"
136 hg churn -T "{author|email}"
137
137
138 # display daily activity graph
138 # display daily activity graph
139 hg churn -f "%H" -s -c
139 hg churn -f "%H" -s -c
General Comments 0
You need to be logged in to leave comments. Login now