Closed
Bug 1539985
Opened 6 years ago
Closed 5 years ago
mach vcs-setup is adding interface = curses on Windows
Categories
(Developer Services :: Mercurial: configwizard, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1531059
People
(Reporter: bugzilla, Unassigned)
Details
STR:
- Run ./mach bootstrap
- Notice that interface = curses is being added to .hgrc
Note that doing so is not harmless; running hg histedit with this setting enabled on Windows fails with
about: No module named _curses!
Comment 1•6 years ago
|
||
Workaround: run pip install windows-curses
| Reporter | ||
Comment 2•5 years ago
|
||
I looked this up, and it looks like the infringing code is in configwizard, so I'm moving components.
Component: Bootstrap Configuration → Mercurial: configwizard
Product: Firefox Build System → Developer Services
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•