Details
Details
- Reviewers
 - None
 - Group Reviewers
 hg-reviewers - Commits
 - rHGdd1006874a5a: fastannotate: use progress helper
 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Lint
 Automatic diff as part of commit; lint not applicable. - Unit
 Automatic diff as part of commit; unit tests not applicable. 
Event Timeline
Comment Actions
if ismainbranch: # need to write to linelog
- if not self.ui.quiet:
 - progress += 1
 - self.ui.progress(_('building cache'), progress,
 - total=len(newmainbranch))
 + progress.increment()
This one is BC, but I think that's okay.