Rubber-stamped by Andreas Kling.
* Scripts/webkitpy/tool/commands/newcommitbot.py:
(NewCommitBot.begin_work_queue):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@143126
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-02-17 Ryosuke Niwa <rniwa@webkit.org>
+
+ 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):
+
2013-02-16 Glenn Adams <glenn@skynav.com>
Unreviewed. Add myself as a committer.
def begin_work_queue(self):
AbstractQueue.begin_work_queue(self)
self._last_svn_revision = int(self._tool.scm().head_svn_revision())
- self._irc_bot = IRCBot(self.name, self._tool, None, self._commands)
+ self._irc_bot = IRCBot('WKR', self._tool, None, self._commands)
self._tool.ensure_irc_connected(self._irc_bot.irc_delegate())
def work_item_log_path(self, failure_map):