On Sat, 08 Oct 2016 05:22:09 -0400, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <au...@google.com>
> # Date 1475843560 14400
> #      Fri Oct 07 08:32:40 2016 -0400
> # Node ID 51453143c4378705f5592c8fc91222f3101bb393
> # Parent  6ffb7e0249f44ab120b4437ae7d65020d03927ba
> revset: build _syminitletters from a saner source: the string module
> 
> For now, these sets will be unicode characters in Python 3, which is
> probably wrong, but it un-blocks importing the module so we can get
> further along. In the future we'll have to come up with a reasonable
> encoding strategy for revsets in Python 3.

Sure. Queued, thanks.

For future reference, we'll have to

 - convert symletters back to bytes
 - handle divergence of bytes[n] -> int|str
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to