##// END OF EJS Templates
largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo
largefiles: string formatting typo in basestore._openstore where comma is used instead of modulo

File last commit:

r15223:fc035e53 default
r15302:225d30ba stable
Show More
test-check-pyflakes.t
6 lines | 244 B | text/troff | Tads3Lexer
/ tests / test-check-pyflakes.t
$ "$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)