This is an archive of the discontinued Mercurial Phabricator instance.

util: use pycompat.bytestr() instead of str()
ClosedPublic

Authored by durin42 on Feb 25 2018, 10:48 PM.

Details

Summary

This fixes at least some environment variable prints for util.system()
callers on Python 3. Yay!

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.Feb 25 2018, 10:48 PM
durin42 updated this revision to Diff 6085.Feb 26 2018, 12:16 AM
indygreg accepted this revision.Feb 26 2018, 12:34 AM
This revision is now accepted and ready to land.Feb 26 2018, 12:34 AM
This revision was automatically updated to reflect the committed changes.