D7154: tests: run black on run-tests.py

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Oct 24 01:56:14 UTC 2019


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  This got out of sync and is causing test failures.

REPOSITORY
  rHG Mercurial

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

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
@@ -3116,9 +3116,7 @@
         vlog("# Using HGTMP", _strpath(self._hgtmp))
         vlog("# Using PATH", os.environ["PATH"])
         vlog(
-            "# Using",
-            _strpath(IMPL_PATH),
-            _strpath(osenvironb[IMPL_PATH]),
+            "# Using", _strpath(IMPL_PATH), _strpath(osenvironb[IMPL_PATH]),
         )
         vlog("# Writing to directory", _strpath(self._outputdir))
 



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


More information about the Mercurial-devel mailing list