Upgrading the hg version is "no" by default, should be yes
Categories
(Developer Services :: Mercurial: configwizard, task)
Tracking
(Not tracked)
People
(Reporter: Sylvestre, Assigned: sheehan)
Details
Attachments
(1 file)
I am expecting the bootstrap process to tell me the right thing to do.
Currently, upgrading hg is "no"
https://hg.mozilla.org/hgcustom/version-control-tools/file/tip/hgext/configwizard/__init__.py#l652
and the wording is unexpected
Would you like to continue using an old Mercurial version (Yn)?
usually, in the bootstrap process, the Y provides a positive change, here, the Y is to keep the same level of feature
Assignee | ||
Comment 1•5 years ago
|
||
I have a patch for this, I'll post it shortly.
Assignee | ||
Comment 2•5 years ago
|
||
Currently the default options in configwizard all move the user towards
the preferred configuration state (for example, enabling extensions in
their config), with the exception of upgrading their Mercurial version,
which defaults to "no".
This commit tweaks the wording of the prompt for the hgversion
check
to exit when the user is on an unsupported version of Mercurial and
should upgrade.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/93306e725830
configwizard: change hgversion
check default to "upgrade" instead of "no-upgrade" r=sylvestre
Description
•