Changeset 51265 in webkit


Ignore:
Timestamp:
Nov 20, 2009 5:09:28 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/commands/queues.py: Fix silly typo.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51264 r51265  
     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/commands/queues.py: Fix silly typo.
     9
    1102009-11-20  Eric Seidel  <eric@webkit.org>
    211
  • trunk/WebKitTools/Scripts/modules/commands/queues.py

    r51264 r51265  
    107107        self.options = options
    108108        self.tool = tool
    109         work_queue = WorkQueue(self, self.name)
     109        work_queue = WorkQueue(self.name, self)
    110110        work_queue.run()
    111111
Note: See TracChangeset for help on using the changeset viewer.