On Sat, 8 Oct 2016 18:42:55 +0200, Martijn Pieters wrote:
> On 8 October 2016 at 18:37, Mateusz Kwapich <mitran...@fb.com> wrote:
> > # HG changeset patch
> > # User Mateusz Kwapich <mitran...@fb.com>
> > # Date 1475944606 25200
> > #      Sat Oct 08 09:36:46 2016 -0700
> > # Node ID 18cee0bbfd402a5005b286b723a6a495bf86a165
> > # Parent  02795fabd7daf1b35b4d36de3dbca16e55a63451
> > py3: revset - change iteritems to items
> >
> > If we'll ever have so many revset predicated so that using "items" is
> > creating
> > pref problems we'll have bigger problem than just that.
> 
> LGTM. We may still want to figure out why the importer hook doesn't catch
> this one;

This is a bug of check-py3-compat.py. It appears modules imported _only_ by
imp.load_module() aren't transformed by our importer.

I'm trying to fix this issue.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to