Closed
Bug 1572814
Opened 6 years ago
Closed 5 years ago
prettier-format: failure prevents graft to esr60
Categories
(Developer Infrastructure :: Lint and Formatting, defect)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bryce, Unassigned)
References
Details
When trying to graft onto ESR60 my graft fails due to formatting issues. I ended up disabling formatting in my mercurial config to work around, but the error reporting leaves it unclear as to if there's a more elegant solution.
STR:
hg update -r esr60
hg graft -r 8ad6a2f6b8c7
Actual result
Command fails with:
grafting 541911:8ad6a2f6b8c7 "Bug 1566700 - Add File.OS macRemoveXAttr. r=Yoric"
[0;31mabort: prettier-format: sh exited with status 1[0m
Expected result
Ideally the command just works, but a more actionable error message would also be useful.
Updated•6 years ago
|
Blocks: prettier-format
Comment 1•6 years ago
|
||
I suspect this is a dupe of bug 1564824 which wasn't backported to esr.
Comment 2•5 years ago
|
||
ESR60 is EOL.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•