##// END OF EJS Templates
rebase: allow revsets for source and base args
rebase: allow revsets for source and base args

File last commit:

r15223:fc035e53 default
r15269:b12362ab default
Show More
test-check-pyflakes.t
6 lines | 244 B | text/troff | Tads3Lexer
/ tests / test-check-pyflakes.t
timeless
tests: add pyflakes checking for unused imports
r14140 $ "$TESTDIR/hghave" pyflakes || exit 80
$ cd $(dirname $TESTDIR)
timeless
test-pyflake: improve sorting algorithm
r14173 $ pyflakes mercurial hgext 2>&1 | $TESTDIR/filterpyflakes.py
timeless
test: add pyflakes checking for unable to detect undefined names
r14176 hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
timeless
tests: add pyflakes checking for unused imports
r14140