tests/test-check-pyflakes.t
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 26 Dec 2011 13:48:31 +0100
changeset 15741 60344b83e442
parent 15372 695ac6aca77f
child 16350 4f795f5fbb0b
permissions -rw-r--r--
phases: on copy clone, do not copy phases data if repote is publishing

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