tests/test-check-pyflakes.t
author Alexander Sauta <demosito@gmail.com>
Thu, 08 Dec 2011 20:12:56 +0300
changeset 15675 34cb1fd2b3b9
parent 15372 695ac6aca77f
child 16350 4f795f5fbb0b
permissions -rw-r--r--
i18n-ru: largefiles strings fixed

  $ "$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)