This is an archive of the discontinued Mercurial Phabricator instance.

fix: port most of the way to python 3
ClosedPublic

Authored by durin42 on Apr 12 2018, 5:16 PM.

Details

Summary

Only most of the way because we now have to decide: if we want to keep
the current .format() interface for the config in hgrc, we have to use
unicodes to do formatting in Python 3, rather than bytes. I'm
basically fine with that, so a follow-up patch will do so.

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.Apr 12 2018, 5:16 PM
pulkit accepted this revision.Apr 13 2018, 3:57 AM
This revision was automatically updated to reflect the committed changes.