tests/test-check-pyflakes.t
author ronvoe12249 <ronny.voelker@elaxy.com>
Tue, 16 Apr 2013 13:55:38 +0200
changeset 18972 3de9b1f9ebc3
parent 16350 4f795f5fbb0b
child 19377 0cb996ee8c6d
permissions -rw-r--r--
mergetools: rename 'base' to 'merged' in meld This makes it clear which panel is the target of the merge operation.

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