[PATCH 2 of 2 py3 V2] commands: make sure using byteschr rather than ascii values

Yuya Nishihara yuya at tcha.org
Fri Mar 17 08:33:42 EDT 2017


On Fri, 17 Mar 2017 02:54:50 +0530, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pulkit at gmail.com>
> # Date 1489635793 -19800
> #      Thu Mar 16 09:13:13 2017 +0530
> # Node ID ec82445ccda47996e58a0c33fbbe8dbd7be0d2aa
> # Parent  c894bad6625973565b21f556896527141f123dd5
> commands: make sure using byteschr rather than ascii values
> 
> 'MAR!?IC' is converted to their ascii values when slicing through it. This
> patch uses pycompat.iterbytestr() to get bytes value.

Queued only this, thanks.


More information about the Mercurial-devel mailing list