Show More
@@ -94,7 +94,8 b' def countrate(ui, repo, amap, *pats, **o' | |||||
94 | rate[key] = [r + l for r, l in zip(rate.get(key, (0, 0)), lines)] |
|
94 | rate[key] = [r + l for r, l in zip(rate.get(key, (0, 0)), lines)] | |
95 |
|
95 | |||
96 | state['count'] += 1 |
|
96 | state['count'] += 1 | |
97 |
ui.progress(_('analyzing'), state['count'], total=len(repo) |
|
97 | ui.progress(_('analyzing'), state['count'], total=len(repo), | |
|
98 | unit=_('revisions')) | |||
98 |
|
99 | |||
99 | for ctx in cmdutil.walkchangerevs(repo, m, opts, prep): |
|
100 | for ctx in cmdutil.walkchangerevs(repo, m, opts, prep): | |
100 | continue |
|
101 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now