This is an archive of the discontinued Mercurial Phabricator instance.

contrib: fix import-checker to operate on str instead of bytes
ClosedPublic

Authored by durin42 on May 29 2019, 10:14 AM.

Details

Summary

I believe this is fallout from other Python 3 cleanups, and our code
linting tools are now leaning towards operating on str and not
bytes. I don't feel strongly, so I've just restored this tool to
working on Python 3.

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.May 29 2019, 10:14 AM
pulkit accepted this revision.May 29 2019, 10:16 AM
This revision was automatically updated to reflect the committed changes.