##// END OF EJS Templates
churn: specify unit for ui.progress when analyzing revisions
av6 -
r28472:70d3dc05 default
parent child Browse files
Show More
@@ -94,7 +94,8 def countrate(ui, repo, amap, *pats, **o
94 94 rate[key] = [r + l for r, l in zip(rate.get(key, (0, 0)), lines)]
95 95
96 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 100 for ctx in cmdutil.walkchangerevs(repo, m, opts, prep):
100 101 continue
General Comments 0
You need to be logged in to leave comments. Login now