Skip to content
Snippets Groups Projects
Commit 4d6019c0 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

py3: use '%s' instead of %r in hgext/convert/subversion.py

Using '%r' on bytes in python 3 adds b'' prefixes to output which is bad. I
don't see a reason why we want to repr() the string here, so just switched to
'%s'. This fixes some output failure in one of the subversion test.

Differential Revision: https://phab.mercurial-scm.org/D5026
parent b456b2e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment