Bug 1231192 - Bump some minimum Mercurial version; r=smacleod

We only support the last 4 releases of Mercurial. 3.6 is out, which
means we only support down to 3.3.
This commit is contained in:
Gregory Szorc 2015-12-07 12:23:56 -08:00
parent d051ee89dd
commit a83a6676cc

View File

@ -119,7 +119,7 @@ Your Mercurial should now be properly configured and recommended extensions
should be up to date! should be up to date!
'''.strip() '''.strip()
REVIEWBOARD_MINIMUM_VERSION = LooseVersion('3.1') REVIEWBOARD_MINIMUM_VERSION = LooseVersion('3.3')
REVIEWBOARD_INCOMPATIBLE = ''' REVIEWBOARD_INCOMPATIBLE = '''
Your Mercurial is too old to use the reviewboard extension, which is necessary Your Mercurial is too old to use the reviewboard extension, which is necessary
@ -161,7 +161,7 @@ if you have enabled 2 Factor Authentication in Bugzilla.
All consumers formerly looking at these options should support API Keys. All consumers formerly looking at these options should support API Keys.
'''.lstrip() '''.lstrip()
BZPOST_MINIMUM_VERSION = LooseVersion('3.1') BZPOST_MINIMUM_VERSION = LooseVersion('3.3')
BZPOST_INFO = ''' BZPOST_INFO = '''
The bzpost extension automatically records the URLs of pushed commits to The bzpost extension automatically records the URLs of pushed commits to
@ -172,7 +172,7 @@ referenced Bugzilla bugs after push.
Would you like to activate bzpost Would you like to activate bzpost
'''.strip() '''.strip()
FIREFOXTREE_MINIMUM_VERSION = LooseVersion('3.1') FIREFOXTREE_MINIMUM_VERSION = LooseVersion('3.3')
FIREFOXTREE_INFO = ''' FIREFOXTREE_INFO = '''
The firefoxtree extension makes interacting with the multiple Firefox The firefoxtree extension makes interacting with the multiple Firefox