Closed
Bug 1135788
Opened 9 years ago
Closed 2 months ago
Commit hook for missing idl uuid revs blocks whitespace-only changes
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Fallen, Assigned: xidorn)
References
Details
Attachments
(1 file, 1 obsolete file)
3.09 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
The commit hook from bug 1128518 also rejects pushes where all that changed in an IDL interface is whitespaces. I know I could add IGNORE IDL for this, but it would be nice if it could be ignored in the hook.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → quanxunzhen
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 years ago
|
Attachment #8710318 -
Flags: review?(gps)
Assignee | ||
Comment 2•8 years ago
|
||
This patch should make it stop prompting for most harmless whitespace changes. Some code style fix could still get stuck, though.
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8710324 -
Flags: review?(gps)
Assignee | ||
Updated•8 years ago
|
Attachment #8710318 -
Attachment is obsolete: true
Attachment #8710318 -
Flags: review?(gps)
Updated•8 years ago
|
Attachment #8710324 -
Flags: review?(gps) → review+
Assignee | ||
Comment 4•8 years ago
|
||
https://hg.mozilla.org/hgcustom/version-control-tools/rev/22c12053bfd3c1dbce25223d738e48c59c49f681 Bug 1135788 - Collapse whitespaces in idl file before comparison. r=gps
Assignee | ||
Comment 5•8 years ago
|
||
Please mark resolved once it gets deployed.
Updated•7 years ago
|
QA Contact: hwine → klibby
Reporter | ||
Comment 6•2 months ago
•
|
||
I'm sure someone has deployed this in the last 8 years :)
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•