Closed
Bug 1467428
Opened 7 years ago
Closed 7 years ago
firefoxtree broken (No module named grp)
Categories
(Developer Services :: Mercurial: firefoxtree, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Unassigned)
Details
Attachments
(1 file)
Reproducible on Windows with hg 4.5.3 and 4.6. Looks like grp is Unix-only?
https://docs.python.org/2.0/lib/module-grp.html
$ hg pull central
*** failed to import extension firefoxtree from c:\Users\Ryan\.mozbuild\version-control-tools\hgext\firefoxtree: No module named grp
pulling from central
abort: repository central not found!
Flags: needinfo?(gps)
Comment 1•7 years ago
|
||
It looks like this also affects other mercurial extensions in version-control-tools; In addition to firefoxtree, I also can no longer import the reviewboard or bzpost extensions.
Comment 2•7 years ago
|
||
Or things fail on Windows because this module is imported by
various user-facing extensions.
Comment 3•7 years ago
|
||
Comment on attachment 8984249 [details]
mozhg: defer import of grp module (bug 1467428); r?sheehan
Ryan VanderMeulen [:RyanVM] has approved the revision.
https://phabricator.services.mozilla.com/D1584
Attachment #8984249 -
Flags: review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/47a5900d285b
mozhg: defer import of grp module ; r=RyanVM
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•