Changeset 143126 in webkit


Ignore:
Timestamp:
Feb 17, 2013 12:44:14 AM (11 years ago)
Author:
rniwa@webkit.org
Message:

Rename new-commit-bot to WKR to disambiguate it from commit-queue.

Rubber-stamped by Andreas Kling.

  • Scripts/webkitpy/tool/commands/newcommitbot.py:

(NewCommitBot.begin_work_queue):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r143121 r143126  
     12013-02-17  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Rename new-commit-bot to WKR to disambiguate it from commit-queue.
     4
     5        Rubber-stamped by Andreas Kling.
     6
     7        * Scripts/webkitpy/tool/commands/newcommitbot.py:
     8        (NewCommitBot.begin_work_queue):
     9
    1102013-02-16  Glenn Adams  <glenn@skynav.com>
    211
  • trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py

    r143119 r143126  
    6262        AbstractQueue.begin_work_queue(self)
    6363        self._last_svn_revision = int(self._tool.scm().head_svn_revision())
    64         self._irc_bot = IRCBot(self.name, self._tool, None, self._commands)
     64        self._irc_bot = IRCBot('WKR', self._tool, None, self._commands)
    6565        self._tool.ensure_irc_connected(self._irc_bot.irc_delegate())
    6666
Note: See TracChangeset for help on using the changeset viewer.