D478: run-tests: remove unused pygments token type

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Aug 23 09:58:29 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGaa81c7a617dd: run-tests: remove unused pygments token type (authored by martinvonz).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D478?vs=1159&id=1197

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

AFFECTED FILES
  tests/run-tests.py

CHANGE DETAILS

diff --git a/tests/run-tests.py b/tests/run-tests.py
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -109,7 +109,6 @@
         default_style = ""
         skipped = token.string_to_tokentype("Token.Generic.Skipped")
         failed = token.string_to_tokentype("Token.Generic.Failed")
-        error = token.string_to_tokentype("Token.Generic.Error")
         skippedname = token.string_to_tokentype("Token.Generic.SName")
         failedname = token.string_to_tokentype("Token.Generic.FName")
         styles = {



To: martinvonz, #hg-reviewers, dsp
Cc: mercurial-devel


More information about the Mercurial-devel mailing list