Re: [PATCH 06 of 11] bdiff: coerce to bytes() not str() in pure code

2017-03-26 Thread Pulkit Goyal
Yuya also has couple of patches in his series which deal with the same issue. https://patchwork.mercurial-scm.org/patch/19678/ https://patchwork.mercurial-scm.org/patch/19679/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 149056727

[PATCH 06 of 11] bdiff: coerce to bytes() not str() in pure code

2017-03-26 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1490567279 14400 # Sun Mar 26 18:27:59 2017 -0400 # Node ID 48144fe2d912b7d9fc300955d0c881aceead6930 # Parent d5dcfa6b2e20183ba2d6e439a23f5f2f4bf7981e bdiff: coerce to bytes() not str() in pure code diff --git a/mercurial/pure/bdiff.py b/merc