Bug 31540 - bugzilla-tool check-style should work with attachment ids instead of bug ids
Summary: bugzilla-tool check-style should work with attachment ids instead of bug ids
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 03:19 PST by Eric Seidel (no email)
Modified: 2009-11-16 03:31 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.61 KB, patch)
2009-11-16 03:20 PST, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-11-16 03:19:16 PST
bugzilla-tool check-style should work with attachment ids instead of bug ids

Now that bugzilla.py can fetch attachment objects directly from attachment ids instead of bugs, we should update check-style to work with a single attachment at a time.
Comment 1 Eric Seidel (no email) 2009-11-16 03:20:25 PST
Created attachment 43286 [details]
Patch
Comment 2 Adam Barth 2009-11-16 03:25:02 PST
Comment on attachment 43286 [details]
Patch

+ ATTACHEMENT_ID

spelling
Comment 3 Eric Seidel (no email) 2009-11-16 03:31:47 PST
Committed r51025: <http://trac.webkit.org/changeset/51025>