mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bustage fix from Bug 1330191. r=me, a=Tomcat
MozReview-Commit-ID: LxlgdmstetT
This commit is contained in:
parent
3ad97e202a
commit
d007d5a30f
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user