Bug 1242678 - Disable mozext when running `hg` commands; r=dminor

We disable various extensions when running `hg` commands as part
of `mach mercurial-setup` because they can interfere with operations.
e.g. if the extension isn't compatible with your version of hg, you
will get an error.

For some reason "mozext" wasn't part of this list. Fix that.

DONTBUILD (NPOTB)

--HG--
extra : rebase_source : de041f677d32cc619cf38841ec76aa1adcd2b483
This commit is contained in:
Gregory Szorc 2016-01-25 12:15:46 -08:00
Родитель 103bfd3247
Коммит c550ec1795
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,7 @@ class MercurialUpdater(object):
'bzpost',
'firefoxtree',
'hgwatchman',
'mozext',
'mqext',
'qimportbz',
'push-to-try',