D6990: tests: allow xrange warning from perf.py

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sun Oct 6 15:05:45 UTC 2019


Closed by commit rHG094d0f4a8edd: tests: allow xrange warning from perf.py (authored by indygreg).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6990?vs=16863&id=16890

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6990/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6990

AFFECTED FILES
  tests/test-check-pyflakes.t

CHANGE DETAILS

diff --git a/tests/test-check-pyflakes.t b/tests/test-check-pyflakes.t
--- a/tests/test-check-pyflakes.t
+++ b/tests/test-check-pyflakes.t
@@ -21,4 +21,5 @@
   > -X mercurial/thirdparty/zope \
   > 2>/dev/null \
   > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
+  contrib/perf.py:*: undefined name 'xrange' (glob) (?)
   



To: indygreg, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list