mail: remove redundant bytesurl() from addrlistencode()
authorYuya Nishihara <yuya@tcha.org>
Sun, 12 Aug 2018 12:01:34 +0900
changeset 39105 f68ad9b4a43b
parent 39104 2e578eced958
child 39106 ebf54a34b7b7
mail: remove redundant bytesurl() from addrlistencode() _addressencode() returns a bytes.
mercurial/mail.py
--- a/mercurial/mail.py	Sun Aug 12 11:43:24 2018 +0900
+++ b/mercurial/mail.py	Sun Aug 12 12:01:34 2018 +0900
@@ -348,7 +348,7 @@
             [encoding.strfromlocal(a) for a in addrs]):
         if name or addr:
             result.append(_addressencode(ui, name, addr, charsets))
-    return [pycompat.bytesurl(r) for r in result]
+    return result
 
 def mimeencode(ui, s, charsets=None, display=False):
     '''creates mime text object, encodes it if needed, and sets