Show More
@@ -94,15 +94,13 b' def countrate(ui, repo, amap, *pats, **o' | |||||
94 | def churn(ui, repo, *pats, **opts): |
|
94 | def churn(ui, repo, *pats, **opts): | |
95 | '''histogram of changes to the repository |
|
95 | '''histogram of changes to the repository | |
96 |
|
96 | |||
97 | This command will display a histogram representing the number |
|
97 | This command will display a histogram representing the number of changed | |
98 |
|
|
98 | lines or revisions, grouped according to the given template. The default | |
99 | template. The default template will group changes by author. |
|
99 | template will group changes by author. The --dateformat option may be used | |
100 | The --dateformat option may be used to group the results by |
|
100 | to group the results by date instead. | |
101 | date instead. |
|
|||
102 |
|
101 | |||
103 | Statistics are based on the number of changed lines, or |
|
102 | Statistics are based on the number of changed lines, or alternatively the | |
104 |
|
|
103 | number of matching revisions if the --changesets option is specified. | |
105 | --changesets option is specified. |
|
|||
106 |
|
104 | |||
107 | Examples: |
|
105 | Examples: | |
108 |
|
106 | |||
@@ -118,8 +116,8 b' def churn(ui, repo, *pats, **opts):' | |||||
118 | # display count of lines changed in every year |
|
116 | # display count of lines changed in every year | |
119 | hg churn -f '%Y' -s |
|
117 | hg churn -f '%Y' -s | |
120 |
|
118 | |||
121 | It is possible to map alternate email addresses to a main address |
|
119 | It is possible to map alternate email addresses to a main address by | |
122 |
|
|
120 | providing a file using the following format: | |
123 |
|
121 | |||
124 | <alias email> <actual email> |
|
122 | <alias email> <actual email> | |
125 |
|
123 |
General Comments 0
You need to be logged in to leave comments.
Login now