equal
deleted
inserted
replaced
137 this was failing with a ZeroDivisionError |
137 this was failing with a ZeroDivisionError |
138 |
138 |
139 $ hg churn |
139 $ hg churn |
140 test 0 |
140 test 0 |
141 $ cd .. |
141 $ cd .. |
|
142 |
|
143 Ignore trailing or leading spaces in emails |
|
144 |
|
145 $ cd repo |
|
146 $ touch bar |
|
147 $ hg ci -Am'bar' -u 'user4 <user4@x.com>' |
|
148 adding bar |
|
149 $ touch foo |
|
150 $ hg ci -Am'foo' -u 'user4 < user4@x.com >' |
|
151 adding foo |
|
152 $ hg log -l2 --template '[{author|email}]\n' |
|
153 [ user4@x.com ] |
|
154 [user4@x.com] |
|
155 $ hg churn -c |
|
156 user1 4 ********************************************************* |
|
157 user3 3 ******************************************* |
|
158 user4@x.com 2 ***************************** |
|
159 user2 2 ***************************** |
|
160 with space 1 ************** |