gecko/tools/mercurial
Gregory Szorc 87248da2a3 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)
2016-01-25 12:15:46 -08:00
..
hgsetup Bug 1242678 - Disable mozext when running hg commands; r=dminor 2016-01-25 12:15:46 -08:00
eslintvalidate.py Bug 1230300: Add a hg extension that rejects changesets that fail to pass eslint. r=gps 2015-12-11 09:11:49 -05:00
mach_commands.py