[PATCH 1 of 5] py3: byteify bookflow extension

Yuya Nishihara yuya at tcha.org
Thu Dec 20 06:44:40 EST 2018


On Wed, 19 Dec 2018 17:39:16 -0500, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1545163992 18000
> #      Tue Dec 18 15:13:12 2018 -0500
> # Node ID 155fcb60c7ec28729e50790c398a256498731d0e
> # Parent  b6c610bf567e2fa2a8576f04bbd269004a5e135d
> py3: byteify bookflow extension

Queued 2-5, thanks.

> `'{}'.format()` had to also be replaced with `'%s' % bytes`.
> 
> # skip-blame for b'' prefixing

This shouldn't be skip-blame because of .format() change. Since we'll have
to do bulk b'' rewrites anyway, let's just fix the use of .format() in this
patch.


More information about the Mercurial-devel mailing list