Mercurial > hg
view tests/test-check-pyflakes.t @ 16549:517b25608ad6 stable
help/config: expand [subpaths] help
Brifly explain why rewriting subrepository paths can be necessary.
Explain that relative subrepository paths are made absolute before
rewrite rules are applied.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Mon, 30 Apr 2012 12:45:44 +0200 |
parents | 4f795f5fbb0b |
children | 0cb996ee8c6d |
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)