This is an archive of the discontinued Mercurial Phabricator instance.

py3: use pycompat.byterepr() instead of repr()
ClosedPublic

Authored by pulkit on Apr 10 2018, 10:15 AM.

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.Apr 10 2018, 10:15 AM
yuja requested changes to this revision.Apr 10 2018, 11:16 AM
yuja added a subscriber: yuja.
yuja added inline comments.
hgext/mq.py
670

Maybe these three should be byterepr().

This revision now requires changes to proceed.Apr 10 2018, 11:16 AM
pulkit retitled this revision from py3: use pycompat.bytestr() where repr in involved to py3: use pycompat.byterepr() instead of repr().Apr 11 2018, 5:25 AM
pulkit updated this revision to Diff 7962.
This revision was automatically updated to reflect the committed changes.