Bug 32980

Summary: Add more awesome bug-parsing logic to bugzilla.py in preparation for assign-to-committer command
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2009-12-27 23:33:57 PST
Add more awesome bug-parsing logic to bugzilla.py in preparation for assign-to-committer command

I am writing a command to assign all un-assigned bugs in the pending-commit queue to the appropriate committer.  To do that, I need to be able to parse out who the bug is currently assigned to, which means bugzilla.py needs better parsing logic.

Since I plan to use more of the bug information in the future, I also added basic parsing for things like cc_emails and added a new unit test.
Comment 1 Eric Seidel (no email) 2009-12-27 23:40:08 PST
Created attachment 45546 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-27 23:42:18 PST
style-queue ran check-webkit-style on attachment 45546 [details] without any errors.
Comment 3 Adam Barth 2009-12-27 23:47:49 PST
Comment on attachment 45546 [details]
Patch

you're getting better at python.  :)
Comment 4 WebKit Commit Bot 2009-12-27 23:59:09 PST
Comment on attachment 45546 [details]
Patch

Clearing flags on attachment: 45546

Committed r52594: <http://trac.webkit.org/changeset/52594>
Comment 5 WebKit Commit Bot 2009-12-27 23:59:15 PST
All reviewed patches have been landed.  Closing bug.