##// END OF EJS Templates
py3: use bytes instead of str to make sure we use bytes internally...
Pulkit Goyal -
r36719:7dc1a21d default
parent child Browse files
Show More
@@ -3782,7 +3782,7 b' def paths(ui, repo, search=None, **opts)'
3782 if fm.isplain():
3782 if fm.isplain():
3783 hidepassword = util.hidepassword
3783 hidepassword = util.hidepassword
3784 else:
3784 else:
3785 hidepassword = str
3785 hidepassword = bytes
3786 if ui.quiet:
3786 if ui.quiet:
3787 namefmt = '%s\n'
3787 namefmt = '%s\n'
3788 else:
3788 else:
General Comments 0
You need to be logged in to leave comments. Login now