Bustage fix from Bug 1330191. r=me, a=Tomcat

MozReview-Commit-ID: LxlgdmstetT
This commit is contained in:
Justin Wood 2017-01-12 09:00:36 -05:00
parent 3ad97e202a
commit d007d5a30f

View File

@ -480,7 +480,7 @@ class MobileSingleLocale(MockMixin, LocalesMixin, ReleaseMixin,
# on try we want the source we already have, otherwise update to the
# same as the en-US binary
if self.config.get("update_gecko_source_to_enUS", True):
revision = self.query_enUS_revision()
revision = self._query_enUS_revision()
if not revision:
self.fatal("Can't determine revision!")
hg = self.query_exe("hg")