Mercurial > hg-stable
view tests/test-check-pyflakes.t @ 15581:d8fa35c28335
ssh: quote remote paths (issue2983)
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Sat, 26 Nov 2011 00:10:31 +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)