Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG9e70690a21ac: setdiscovery: use progress helper
rHGdb8f6eaf4ee0: setdiscovery: 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
mercurial/setdiscovery.py | ||
---|---|---|
230 | Sorry, this should be progress.update(roundtrips) since progress starts at 1 (not 0). Feel free to fix in place, or let me know and I'll send a fixup |
Sorry, this should be progress.update(roundtrips) since progress starts at 1 (not 0). Feel free to fix in place, or let me know and I'll send a fixup