This is an archive of the discontinued Mercurial Phabricator instance.

py3: stop using util.iterfile()
ClosedPublic

Authored by indygreg on Mar 3 2022, 10:30 PM.

Details

Summary

The Python 3 implementation is a no-op. So this is equivalent.

We still keep util.iterfile() around for backwards API compatibility to
help the Python 3 migration. It can be deleted in a future release.

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

indygreg created this revision.Mar 3 2022, 10:30 PM
Alphare accepted this revision.Mar 8 2022, 4:44 AM
This revision is now accepted and ready to land.Mar 8 2022, 4:44 AM
This revision was automatically updated to reflect the committed changes.