This is an archive of the discontinued Mercurial Phabricator instance.

python3: move from using func_name to __name__
ClosedPublic

Authored by durin42 on Oct 14 2017, 3:03 AM.

Details

Summary

Previously reviewed as D964, but required some fixups and therefore
seems to need a new revision.

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.Oct 14 2017, 3:03 AM
yuja accepted this revision.Oct 14 2017, 7:28 AM
This revision is now accepted and ready to land.Oct 14 2017, 7:28 AM
This revision was automatically updated to reflect the committed changes.
yuja added a comment.Oct 14 2017, 7:48 AM

This is queued, but we'll need to wrap name with sysbytes() for py3.