detect Python 2 Mercurial in configwizard and recommend moving to Python 3
Categories
(Developer Services :: Mercurial: configwizard, task)
Tracking
(Not tracked)
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
Mercurial 6.0 will be the final release that supports Py2 going forward. Hooray!
Once we have decided that all our users should be running Py3 Mercurial (ie once we've decided that Windows is ready) we should add a check to configwizard that detects Py2 and prints a simple message recommending moving to Py3, informing them we will be removing Py2 support in the future and compatibility is not guaranteed.
Assignee | ||
Comment 1•3 years ago
|
||
Adds a step to configwizard to detect if the interpreter running
Mercurial is Python 2. If it is, print a warning recommending upgrading
to Python 3.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Waiting 1 week then shipping this, at Mitch's request.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/5021aa0da05a
configwizard: add a Python version check step r=mhentges
Description
•