Title: [143126] trunk/Tools
Revision
143126
Author
[email protected]
Date
2013-02-17 00:44:14 -0800 (Sun, 17 Feb 2013)

Log 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):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143125 => 143126)


--- trunk/Tools/ChangeLog	2013-02-17 08:17:42 UTC (rev 143125)
+++ trunk/Tools/ChangeLog	2013-02-17 08:44:14 UTC (rev 143126)
@@ -1,3 +1,12 @@
+2013-02-17  Ryosuke Niwa  <[email protected]>
+
+        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  <[email protected]>
 
         Unreviewed. Add myself as a committer.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py (143125 => 143126)


--- trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py	2013-02-17 08:17:42 UTC (rev 143125)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/newcommitbot.py	2013-02-17 08:44:14 UTC (rev 143126)
@@ -61,7 +61,7 @@
     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):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to