( )⚙ D3770 setdiscovery: use progress helper

This is an archive of the discontinued Mercurial Phabricator instance.

setdiscovery: use progress helper
ClosedPublic

Authored by martinvonz on Jun 17 2018, 12:42 PM.

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

martinvonz created this revision.Jun 17 2018, 12:42 PM
This revision was automatically updated to reflect the committed changes.
martinvonz added inline comments.Jun 17 2018, 2:49 PM
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