On Mon, Jul 23, 2012 at 12:34 AM, Meador Inge <mead...@gmail.com> wrote:
> On Sun, Jul 22, 2012 at 8:55 PM, r.david.murray > <python-check...@python.org> wrote: > >> http://hg.python.org/cpython/rev/80b81658455b >> changeset: 78246:80b81658455b >> parent: 78244:c43d73277756 >> parent: 78245:b97f65f2298d >> user: R David Murray <rdmur...@bitdance.com> >> date: Sun Jul 22 21:53:54 2012 -0400 >> summary: >> Merge #15232: correctly mangle From lines in MIME preamble and epilogue >> >> files: >> Lib/email/generator.py | 12 ++++++++- >> Lib/test/test_email/test_email.py | 22 +++++++++++++++++++ >> Misc/NEWS | 3 ++ >> 3 files changed, 35 insertions(+), 2 deletions(-) > > I'm not quite sure what happened, but something seems to have gone wrong > with this merge. After doing the following while on the "default" branch: > > $ hg merge 3.2 > > I see: > > $ hg st > M Lib/email/generator.py > M Lib/test/test_email/test_email.py > M Misc/NEWS > > and a bunch of conflicts in 'Misc/NEWS'. Hmmm, actually it looks like this head merge that Senthil performed: http://hg.python.org/cpython/rev/af2e044609ca. Anyway, I resolved the conflicts. -- Meador _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com