This is an archive of the discontinued Mercurial Phabricator instance.

convert: use pycompat.fsencode()
ClosedPublic

Authored by indygreg on Oct 4 2019, 4:25 PM.

Details

Summary

This avoids a
TypeError: Can't mix strings and bytes in path components.

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.Oct 4 2019, 4:25 PM
indygreg set the repository for this revision to rHG Mercurial.Oct 6 2019, 10:41 AM
pulkit accepted this revision.Oct 6 2019, 10:43 AM
This revision is now accepted and ready to land.Oct 6 2019, 10:43 AM
This revision was automatically updated to reflect the committed changes.