Changes between Version 6 and Version 7 of CommitQueue
- Timestamp:
- Aug 13, 2009, 4:23:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitQueue
v6 v7 34 34 The commit-queue is still buggy. Sometimes it rejects patches it shouldn't. Don't worry, whoever is running the commit queue should add your patch back to the queue if it was wrongly rejected. 35 35 36 37 === Q: How can I see what's in the commit-queue? === 38 39 [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 bugzilla query] 40 41 `bugzilla-tool bugs-to-commit` is how the commit-queue checks. That will print out any pending bugs. 42 36 43 === Q: What checks does commit-queue do before landing? === 37 44