Mercurial > hg
view tests/test-check-pyflakes.t @ 15759:6ea0a07e1ea1
merge with i18n
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 01 Jan 2012 13:37:44 -0600 |
parents | 695ac6aca77f |
children | 4f795f5fbb0b |
line wrap: on
line source
$ "$TESTDIR/hghave" pyflakes || exit 80 $ cd `dirname $TESTDIR` $ pyflakes mercurial hgext 2>&1 | $TESTDIR/filterpyflakes.py hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)