comparison hgext/churn.py @ 32198:a0e46f6b248b stable

churn: use the non-deprecated template option in the examples
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 08 May 2017 23:05:01 -0400
parents d5883fd055c6
children 46ba2cdda476
comparison
equal deleted inserted replaced
32194:9a86d936670f 32198:a0e46f6b248b
131 --changesets option is specified. 131 --changesets option is specified.
132 132
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
140 140
141 # display activity of developers by month 141 # display activity of developers by month