On Fri, 14 Oct 2016 17:55:25 +0100, Martijn Pieters wrote:
> # HG changeset patch
> # User Martijn Pieters <mjpiet...@fb.com>
> # Date 1476464102 -3600
> #      Fri Oct 14 17:55:02 2016 +0100
> # Node ID 9031460519503abe5dc430c8ece29d198121cd65
> # Parent  733fb9f7bc92c694ba6bededaeb93206528c0bcd
> py3: refactor token parsing to handle call args properly

Queued them, thanks.

> +            nested = 0
> +            for j in xrange(i + 2, len(tokens)):

s/xrange/range/ ;-)
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to