Bug 1168466 - Bump minimum Mercurial version in bootstrapper; r=me

This should have been done in 4c757e339f81.

DONTBUILD (NPOTB)
This commit is contained in:
Gregory Szorc 2015-06-10 15:38:46 -07:00
parent 9227dd3edd
commit 9b27d0130f

View File

@ -74,7 +74,7 @@ We recommend the following tools for installing Python:
# Upgrade Mercurial older than this.
MODERN_MERCURIAL_VERSION = StrictVersion('3.0')
MODERN_MERCURIAL_VERSION = StrictVersion('3.2.4')
# Upgrade Python older than this.
MODERN_PYTHON_VERSION = LooseVersion('2.7.3')