author | Gregory Szorc <gps@mozilla.com> |
Mon, 07 Dec 2015 12:20:50 -0800 | |
changeset 276003 | 60f724e4f82d945f8efd661d64665ba6902c8592 |
parent 276002 | d55129069a1f56f63573282911ad2dac17d6e7b1 |
child 276004 | f70eb7c9c9f14d8d59dfcf64ff23cf10096e2ce2 |
push id | 29781 |
push user | cbook@mozilla.com |
push date | Thu, 10 Dec 2015 11:07:51 +0000 |
treeherder | mozilla-central@412e4d7ce98c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | smacleod |
bugs | 1231192 |
milestone | 45.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/tools/mercurial/hgsetup/wizard.py +++ b/tools/mercurial/hgsetup/wizard.py @@ -36,17 +36,17 @@ you whether you want me to make changes: want me changing without your permission! If your config is up-to-date, I'm just going to ensure all 3rd party extensions are up to date and you won't have to do anything. To begin, press the enter/return key. '''.strip() -OLDEST_NON_LEGACY_VERSION = LooseVersion('3.2.4') +OLDEST_NON_LEGACY_VERSION = LooseVersion('3.5.2') LEGACY_MERCURIAL = ''' You are running an out of date Mercurial client (%s). For a faster and better Mercurial experience, we HIGHLY recommend you upgrade. '''.strip() MISSING_USERNAME = '''