Bug 31540

Summary: bugzilla-tool check-style should work with attachment ids instead of bug ids
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch abarth: review+

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>