[PATCH 2 of 8 v2] py3: switch from .iteritems() to .items() in mercurial/revset.py

Yuya Nishihara yuya at tcha.org
Fri May 20 10:38:05 EDT 2016


On Sun, 15 May 2016 19:39:57 -0500, Pulkit Goyal wrote:
> # HG changeset patch
> # User Pulkit Goyal <7895pulkit at gmail.com>
> # Date 1463352587 -19800
> #      Mon May 16 04:19:47 2016 +0530
> # Node ID 4fc6d3d7553cf15410297217eb6b091a096adca0
> # Parent  3b9e6033596ffdd5fd73d7f16aa3e39b2faef6bb
> py3: switch from .iteritems() to .items() in mercurial/revset.py
                                               ^^^^^^^^^^^^^^^^^^^

The description is misleading because this patch doesn't (and shouldn't)
replace all .iteritems() by .items() in revset.py,

And this conflict with the other patches. Can you resend with updated commit
message?


More information about the Mercurial-devel mailing list