[Request] [+ ] D9542: run-tests: fix a typo in an attribute name

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Dec 8 04:45:15 UTC 2020


mharbison72 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  At least, I assume it's a typo.  Nothing else uses it, but `_tmpbindir` is used.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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

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
@@ -2948,7 +2948,7 @@
         self._hgtmp = None
         self._installdir = None
         self._bindir = None
-        self._tmpbinddir = None
+        self._tmpbindir = None
         self._pythondir = None
         self._coveragefile = None
         self._createdfiles = []



To: mharbison72, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20201208/c1292162/attachment.html>


More information about the Mercurial-patches mailing list