Mercurial > hg
view tests/test-check-pyflakes.t @ 18542:46be5c9dac91
merge: backout manifest sorting and workarounds for cost of it
Backout 8a811fa9a9c0 and 760c0d67ce5e which no longer are needed.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 04 Feb 2013 02:46:38 +0100 |
parents | 4f795f5fbb0b |
children | 0cb996ee8c6d |
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)