Closed
Bug 902251
Opened 11 years ago
Closed 11 years ago
check_spidermonkey_style.py should call hg manifest with -q
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: shu, Assigned: n.nethercote)
Details
Attachments
(1 file)
1.99 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
njn's check_spidermonkey_style.py script depends on the output of |hg manifest| to be a path per line. If |hg manifest| is called with -v or the user's ~/.hgrc has verbose = true, the output will be different and the script fails.
Should change the script to call |hg manifest -q|.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #786634 -
Flags: review?(gps)
Assignee | ||
Updated•11 years ago
|
Assignee: general → n.nethercote
Updated•11 years ago
|
Attachment #786634 -
Flags: review?(gps) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•