view tests/test-check-pyflakes.t @ 15498:ac5a340b26de stable

subrepo: use correct paths for subrepos with ..-relative paths on windows posixpath normpath of c:\foo\bar/../baz is baz, so now we pconvert first.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 15 Nov 2011 02:16:30 +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)