Changeset 51266 in webkit


Ignore:
Timestamp:
Nov 20, 2009 5:15:40 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-20 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.

Teach the StatusBot how to support more than just the commit-queue
https://bugs.webkit.org/show_bug.cgi?id=31754

  • Scripts/modules/workqueue.py: Another typo.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51265 r51266  
     12009-11-20  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        Teach the StatusBot how to support more than just the commit-queue
     6        https://bugs.webkit.org/show_bug.cgi?id=31754
     7
     8        * Scripts/modules/workqueue.py: Another typo.
     9
    1102009-11-20  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebKitTools/Scripts/modules/workqueue.py

    r51264 r51266  
    110110                continue
    111111
    112             self._open_work_log(bug_id)
     112            self._open_work_log(patch["bug_id"])
    113113            try:
    114114                self._delegate.process_work_item(work_item)
Note: See TracChangeset for help on using the changeset viewer.