Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1306)

Unified Diff: Tools/Scripts/webkitpy/tool/commands/commitannouncer.py

Issue 27055003: Remove a bunch of unused webkitpy code from tool/, common/checkout/ and common/config/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/__init__.py ('k') | Tools/Scripts/webkitpy/tool/commands/download.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/tool/commands/commitannouncer.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/commitannouncer.py b/Tools/Scripts/webkitpy/tool/commands/commitannouncer.py
index 98c33d0ea32b69ab4d7042677fc1b65345121d0f..3beb121d9d8839992e80e588d0c1285453acffa8 100644
--- a/Tools/Scripts/webkitpy/tool/commands/commitannouncer.py
+++ b/Tools/Scripts/webkitpy/tool/commands/commitannouncer.py
@@ -38,6 +38,7 @@ _log = logging.getLogger(__name__)
class CommitAnnouncerCommand(AbstractDeclarativeCommand):
name = "commit-announcer"
help_text = "Start an IRC bot for announcing new git commits."
+ show_in_main_help = True
def __init__(self):
options = [
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/__init__.py ('k') | Tools/Scripts/webkitpy/tool/commands/download.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698