Bug 32998 - webkit-patch patches-in-commit-queue returns an empty list
Summary: webkit-patch patches-in-commit-queue returns an empty list
Status: RESOLVED DUPLICATE of bug 33789
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-12-28 15:18 PST by Eric Seidel (no email)
Modified: 2010-01-19 20:37 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-12-28 15:18:57 PST
[bzt] bugzilla-tool patches-to-commit returns an empty list

It's using Bugzilla.fetch_bug_ids_from_commit_queue which uses the query:
https://bugs.webkit.org/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=flagtypes.name&type0-0-0=equals&value0-0-0=commit-queue%2B

Which seems wrong.

I noticed this while writing bug 32995.
Comment 1 Eric Seidel (no email) 2010-01-19 16:58:47 PST
patches-to-commit is actually the cq+'d patches.  This is confusing.
Comment 2 Adam Barth 2010-01-19 19:56:06 PST
I renamed the command to patches-in-commit-queue
Comment 3 Eric Seidel (no email) 2010-01-19 20:37:51 PST
It woudl appear you did in http://trac.webkit.org/changeset/53414. :)  I never noticed.

*** This bug has been marked as a duplicate of bug 33789 ***