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)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1743185

People

(Reporter: mhentges, Unassigned)

Details

To reproduce:

  1. hg init repo && cd repo
  2. echo text > file
  3. hg status (if you're running python 2 hg, it should show the new file)
  4. Uninstall hg (probably pip uninstall mercurial)
  5. Install hg for Python 3 (pip3 install mercurial). You may need to restart MozillaBuild so it knows where to find the new hg location
  6. hg status (no output)

Not all commands are affected (hg pull still works), but some important ones are missing (hg show work, hg log)

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
Product: mozilla.org → Firefox Build System
You need to log in before you can comment on or make changes to this bug.