Bug 32998
| Summary: | webkit-patch patches-in-commit-queue returns an empty list | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
[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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
patches-to-commit is actually the cq+'d patches. This is confusing.
Adam Barth
I renamed the command to patches-in-commit-queue
Eric Seidel (no email)
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 ***