view tests/test-check-pyflakes.t @ 15265:460135339d74

revert: warn that subrepos cannot be reverted (tests added by mpm)
author Angel Ezquerra <angel.ezquerra@gmail.com>
date Sat, 15 Oct 2011 01:06:52 +0200
parents fc035e5370ca
children 695ac6aca77f
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)