hg49: hgext/firefoxreleases (Bug 1513273) r=sheehan
authorK Lars Lohn <lars@mozilla.com>
Wed, 03 Apr 2019 19:57:07 +0000 (2019-04-03)
changeset 6919 28f1a8fade1c853f774b817c76bab00566966e91
parent 6918 32f607700768171c9abff555358b6fccf9a071d2
child 6920 2046b5bf6072b4b8a4eefb21a19b301835c5cd98
push id3443
push usercosheehan@mozilla.com
push dateWed, 03 Apr 2019 19:59:17 +0000 (2019-04-03)
treeherderversion-control-tools@db170e81bb17 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewerssheehan
bugs1513273
hg49: hgext/firefoxreleases (Bug 1513273) r=sheehan Differential Revision: https://phabricator.services.mozilla.com/D25966
hgext/firefoxreleases/__init__.py
--- a/hgext/firefoxreleases/__init__.py
+++ b/hgext/firefoxreleases/__init__.py
@@ -27,17 +27,17 @@ with open(os.path.join(OUR_DIR, '..', 'b
 import mozautomation.releasedb as releasedb
 
 from mozhg.util import (
     is_firefox_repo,
 )
 
 
 minimumhgversion = '4.8'
-testedwith = '4.8'
+testedwith = '4.8 4.9'
 
 configtable = {}
 configitem = registrar.configitem(configtable)
 
 configitem('mozilla', 'enablefirefoxreleases',  # deprecated, use firefox_releasing
            default=configitems.dynamicdefault)
 configitem('mozilla', 'firefox_releasing',
            default=configitems.dynamicdefault)