log hgext/patchbomb.py @ 39035:cecb05c371f7

age author description
Thu, 09 Aug 2018 19:39:33 -0400 Augie Fackler patchbomb: don't unintentionally duplicate headers
Thu, 09 Aug 2018 19:37:57 -0400 Augie Fackler patchbomb: use sysstrs when describing content-type
Thu, 09 Aug 2018 18:28:43 -0400 Augie Fackler patchbomb: use native strs for email header keys and values
Thu, 09 Aug 2018 18:28:19 -0400 Augie Fackler patchbomb: use email.encoders instead of email.Encoders
Mon, 16 Jul 2018 18:17:44 -0400 Augie Fackler patchbomb: python 3 really wants those email addresses in unicode
Mon, 16 Jul 2018 14:14:27 -0400 Augie Fackler patchbomb: work around email module really wanting to write unicode data
Mon, 16 Jul 2018 14:15:29 -0400 Augie Fackler patchbomb: ensure all headers and values given to email mod are native strings