Closed
Bug 1680039
Opened 5 years ago
Closed 4 years ago
Using hg with python3 causes some commands not to output
Categories
(Firefox Build System :: MozillaBuild, defect)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1743185
People
(Reporter: mhentges, Unassigned)
Details
To reproduce:
hg init repo && cd repoecho text > filehg status(if you're running python 2hg, it should show the new file)- Uninstall
hg(probablypip uninstall mercurial) - Install
hgfor Python 3 (pip3 install mercurial). You may need to restart MozillaBuild so it knows where to find the newhglocation hg status(no output)
Not all commands are affected (hg pull still works), but some important ones are missing (hg show work, hg log)
| Reporter | ||
Comment 1•4 years ago
|
||
The hg status issue can't be repro'd, but the resolving of the hg show <x> issues are captured in the "use HG with Python 3 by default" ticket.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•