Mercurial > hg
view tests/test-check-pyflakes.t @ 15481:0b7ce2f739fb
phases: rename moveboundary into advance boundary
This rename prepare the creation of retract boundaru that move boundary backward
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 10 Nov 2011 01:09:15 +0100 |
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)