Closed
Bug 1528938
Opened 7 years ago
Closed 6 years ago
'reviewers' template doesn't work with Mercurial 4.8
Categories
(Developer Services :: Mercurial: mozext, defect)
Developer Services
Mercurial: mozext
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Assigned: sheehan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When I run:
$ hg log --template '{join(reviewers,",")}'
I get:
hg: parse error: not displayable without template
| Assignee | ||
Comment 1•6 years ago
|
||
Since 4.9 has been released, our 4 official supported Mercurial
versions are now 4.6-4.9. This allows us to switch off the old
templatekeyword decorator API.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/af0808f68d64
mozext: use new templatekeyword API everywhere r=smacleod
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sheehan
You need to log in
before you can comment on or make changes to this bug.
Description
•