On Fri, 25 Oct 2019 15:02:11 +0200, Denis Laxalde wrote:
> # HG changeset patch
> # User Denis Laxalde <de...@laxalde.org>
> # Date 1572008488 -7200
> #      Fri Oct 25 15:01:28 2019 +0200
> # Branch stable
> # Node ID 6058175493d062dbaec2cb0e897e49da4596d147
> # Parent  17fad3f1b4742d75db23e17a04c85223bcc239a2
> py3: use native strings when forming email headers in patchbomb

I feel this change is too big to be in stable.

> -        # Fix up all headers to be native strings.
> -        # TODO(durin42): this should probably be cleaned up above in the 
> future.
> -        if pycompat.ispy3:
> -            for hdr, val in list(m.items()):

Can't we somehow get around the issue here?
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to