This is an archive of the discontinued Mercurial Phabricator instance.

py3: port f to Python 3
ClosedPublic

Authored by indygreg on Feb 17 2018, 4:13 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHGc69e78ef2b54: py3: port f to Python 3
Summary

This involved a lot of b'' literals, conversion from %s to %d, and
using a hashing mechanism that returns bytes instead of str.

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.Feb 17 2018, 4:13 PM
This revision was automatically updated to reflect the committed changes.