##// END OF EJS Templates
bugzilla: stop XMLRPC requests from requesting gzipped responses...
bugzilla: stop XMLRPC requests from requesting gzipped responses Python 2.7 introduced support for gzip encoding in xmlrpclib.Transport. We do our own handling of responses, and don't currently support gzip encoding. So to run successfully under Python 2.7 with a web server configured to gzip encode, stop XMLRPC requests from announcing gzip encoding support.

File last commit:

r15372:695ac6ac stable
r16193:b468cea3 stable
Show More
test-check-pyflakes.t
6 lines | 243 B | text/troff | Tads3Lexer
/ tests / test-check-pyflakes.t
timeless
tests: add pyflakes checking for unused imports
r14140 $ "$TESTDIR/hghave" pyflakes || exit 80
Matt Mackall
check-code: fix issues with finding patterns in unified tests, fix tests...
r15372 $ 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