This is an archive of the discontinued Mercurial Phabricator instance.

py3: replace str() with it's bytes equivalent in hgext/shelve.py
ClosedPublic

Authored by pulkit on Mar 1 2018, 1:49 PM.

Details

Summary

Internally we are dealing with bytes everywhere, so anything returning a unicode
results in an error or some change in behaviour.

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

pulkit created this revision.Mar 1 2018, 1:49 PM
durin42 accepted this revision.Mar 1 2018, 2:13 PM
This revision is now accepted and ready to land.Mar 1 2018, 2:13 PM
This revision was automatically updated to reflect the committed changes.