view tests/test-check-pyflakes.t @ 16315:f89284d72a61

test-glog: pretty print revset expressions
author Patrick Mezard <patrick@mezard.eu>
date Thu, 29 Mar 2012 17:13:23 +0200
parents 695ac6aca77f
children 4f795f5fbb0b
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)