Closed
Bug 1446457
Opened 7 years ago
Closed 7 years ago
failed to set up extension mozext: 'module' object has no attribute 'funcs'
Categories
(Developer Services :: Mercurial: mozext, defect)
Developer Services
Mercurial: mozext
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Unassigned)
References
Details
The mozext extension is broken in Mercurial 4.6:
Traceback (most recent call last):
File "/home/gps/lib/python/mercurial/extensions.py", line 211, in _runextsetup
extsetup(ui)
File "/home/gps/.mozbuild/version-control-tools/hgext/mozext/__init__.py", line 1396, in extsetup
templater.funcs['dates'] = template_dates
AttributeError: 'module' object has no attribute 'funcs'
*** failed to set up extension mozext: 'module' object has no attribute 'funcs'
Updated•7 years ago
|
Flags: needinfo?(gps)
Reporter | ||
Comment 1•7 years ago
|
||
Fixed by 57dddae68072.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(gps)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•