This can take a long time on large repositories. Let's add a progress
bar so we don't have long periods where it isn't obvious what is
going on.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG7a347d362a45: exchangev2: add progress bar around manifest scanning
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.
should call progress.complete() here to remove the progress bar (or use it as a context manager)