This is an archive of the discontinued Mercurial Phabricator instance.

perfrevlogwrite: use progress helper on modern hg
ClosedPublic

Authored by martinvonz on Dec 5 2018, 12:39 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.Dec 5 2018, 12:39 PM
yuja added a subscriber: yuja.Dec 6 2018, 6:38 AM

Queued the patches but for this, thanks. perf.py has to support old Mercurial
versions.

durin42 requested changes to this revision.Jan 9 2019, 3:04 PM
durin42 added a subscriber: durin42.

per yuya, this has to support old hgs

This revision now requires changes to proceed.Jan 9 2019, 3:04 PM
martinvonz retitled this revision from perfrevlogwrite: use progress helper to perfrevlogwrite: use progress helper on modern hg.Jan 9 2019, 3:12 PM
martinvonz updated this revision to Diff 13109.

per yuya, this has to support old hgs

Thanks for the reminder. I was thinking of just leaving this on the old API, but now that I'm deprecating ui.progress(), this needs to be migrated. Done.

This revision was automatically updated to reflect the committed changes.