[PATCH 1 of 2 V3] py3: refactor token parsing to handle call args properly

Yuya Nishihara yuya at tcha.org
Sat Oct 15 03:39:37 EDT 2016


On Fri, 14 Oct 2016 17:55:25 +0100, Martijn Pieters wrote:
> # HG changeset patch
> # User Martijn Pieters <mjpieters at 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/ ;-)


More information about the Mercurial-devel mailing list