This is an archive of the discontinued Mercurial Phabricator instance.

cleanup: directly use concurrent.futures instead of via pycompat
ClosedPublic

Authored by durin42 on Mar 2 2022, 10:44 AM.

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

durin42 created this revision.Mar 2 2022, 10:44 AM
indygreg accepted this revision.Mar 2 2022, 11:20 AM
This revision is now accepted and ready to land.Mar 2 2022, 11:20 AM
indygreg added inline comments.Mar 2 2022, 6:18 PM
mercurial/pycompat.py
48

In hindsight, we shouldn't have removed this, as the pycompat.futures symbol is part of the pycompat API, which we want to preserve to help extensions.

I'll restore this in D12247.