[PATCH 3 of 3 RFC] current failings for "undefined name"

timeless timeless at gmail.com
Tue May 3 16:21:49 CDT 2011


On Tue, May 3, 2011 at 11:51 PM, Matt Mackall <mpm at selenic.com> wrote:
> Did this one catch anything interesting?

you mean like:
+  hgext/convert/git.py:38: undefined name 'stdout'

?, i think we all found that one interesting.

currently it's complaining about:
+  mercurial/dagutil.py:131: undefined name '_'

which should be fixed by:
from i18n import _

So yes, it seems to be catching important bugs...


More information about the Mercurial-devel mailing list