testing: install Mercurial 4.2.2 in testing environment (1385979); r?glob draft
authorGregory Szorc <gps@mozilla.com>
Mon, 31 Jul 2017 11:18:48 -0700
changeset 11436 45eeabdf37a6e6bd1afdb3ef0a91e9eba1505566
parent 11435 a692f572dde0621f485ef31b2cc910e235aa387c
child 11437 3aabf7656f851f6a25481abbb5086a28eefb694f
push id1746
push userbmo:gps@mozilla.com
push dateThu, 03 Aug 2017 02:22:07 +0000
reviewersglob
bugs1385979
testing: install Mercurial 4.2.2 in testing environment (1385979); r?glob We should be installing the latest stable release so we test against it. MozReview-Commit-ID: 2I4t1CWaSz4
testing/vcttesting/environment.py
--- a/testing/vcttesting/environment.py
+++ b/testing/vcttesting/environment.py
@@ -96,17 +96,17 @@ def install_editable(venv, relpath):
 
 def install_mercurials(venv, hg):
     """Install supported Mercurial versions in a central location."""
     VERSIONS = [
         '3.8.4',
         '3.9.2',
         '4.0.2',
         '4.1.2',
-        '4.2',
+        '4.2.2',
         '@',
     ]
 
     hg_dir = os.path.join(ROOT, 'venv', 'hg')
     mercurials = os.path.join(venv['path'], 'mercurials')
 
     # Setting HGRCPATH to an empty value stops the global and user hgrc from
     # being loaded. These could interfere with behavior we expect from