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

2018-05-21 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb0144fc8b681: py3: use stringutil.pprint() to prevent b'' prefixes in output (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3

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

2018-05-20 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This patch uses stringutil.pprint to print a list with bytes in it to prevent the b'' prefixes in the output. REPOSITORY rHG Mercurial REVISION DETAIL https:/