Bug 29628
Summary: | bugzilla-tool/commit-queue should have comment-length limit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
bugzilla-tool/commit-queue should have comment-length limit
When error messages are really long, like https://bugs.webkit.org/show_bug.cgi?id=25880#c29 bugzilla-tool should truncate them instead of adding the whole thing to the comment.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
I added a 500 char limit:
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/modules/scm.py#L95