view tests/test-check-pyflakes.t @ 15309:0a7237071a38 stable

i18n-pt_BR: msgmerge with ab341fbb05b1
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 18 Oct 2011 09:50:57 -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)