[PATCH] encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergence

Augie Fackler raf at durin42.com
Tue May 16 14:28:52 EDT 2017


On Wed, May 17, 2017 at 12:16:37AM +0900, Yuya Nishihara wrote:
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1494945398 -32400
> #      Tue May 16 23:36:38 2017 +0900
> # Node ID 13f44d66157096e3bf9c7f30bd4df802c38b971e
> # Parent  288f218a3641333bd64aac807d0b81205049c047
> encoding: use i.startswith() instead of i[0] to eliminate py2/3 divergence

queued, thanks


More information about the Mercurial-devel mailing list