##// END OF EJS Templates
churn: add an usage example in docstring
"Stephane" -
r46047:0d119802 default
parent child Browse files
Show More
@@ -183,6 +183,9 b' def churn(ui, repo, *pats, **opts):'
183 # display count of lines changed in every year
183 # display count of lines changed in every year
184 hg churn -f "%Y" -s
184 hg churn -f "%Y" -s
185
185
186 # display count of lines changed in a time range
187 hg churn -d "2020-04 to 2020-09"
188
186 It is possible to map alternate email addresses to a main address
189 It is possible to map alternate email addresses to a main address
187 by providing a file using the following format::
190 by providing a file using the following format::
188
191
General Comments 0
You need to be logged in to leave comments. Login now