( )⚙ D3632 py3: use stringutil.pprint() to prevent b'' prefixes in output

This is an archive of the discontinued Mercurial Phabricator instance.

py3: use stringutil.pprint() to prevent b'' prefixes in output
ClosedPublic

Authored by pulkit on May 20 2018, 8:24 AM.

Details

Summary

This patch uses stringutil.pprint to print a list with bytes in it to prevent
the b'' prefixes in the output.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.May 20 2018, 8:24 AM
indygreg accepted this revision.May 21 2018, 2:25 PM
This revision is now accepted and ready to land.May 21 2018, 2:25 PM
This revision was automatically updated to reflect the committed changes.