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

Unified Diff: Tools/Scripts/webkitpy/tool/commands/gardenomatic.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/flakytests.py ('k') | Tools/Scripts/webkitpy/tool/commands/queries.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
diff --git a/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py b/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
index e1ebe9b88dd2e2a78c4c56e6aefd3f185f60de79..0a3a703db0e649d4a6de42cff985f5cbfc9c54de 100644
--- a/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
+++ b/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
@@ -30,6 +30,7 @@ from webkitpy.tool.servers.gardeningserver import GardeningHTTPServer
class GardenOMatic(AbstractRebaseliningCommand):
name = "garden-o-matic"
help_text = "Command for gardening the WebKit tree."
+ show_in_main_help = True
def __init__(self):
super(GardenOMatic, self).__init__(options=(self.platform_options + [
« no previous file with comments | « Tools/Scripts/webkitpy/tool/commands/flakytests.py ('k') | Tools/Scripts/webkitpy/tool/commands/queries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698