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

Unified Diff: recipe_modules/depot_tools/example.py

Issue 1641363002: Adds bot_update to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: More fixes. Created 4 years, 11 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
Index: recipe_modules/depot_tools/example.py
diff --git a/recipe_modules/depot_tools/example.py b/recipe_modules/depot_tools/example.py
index 4afa8e8ee7c01611eea5430343e73c2a5c6de40e..567e096133a5eeae426728387e285850c2ed81c5 100644
--- a/recipe_modules/depot_tools/example.py
+++ b/recipe_modules/depot_tools/example.py
@@ -10,5 +10,8 @@ DEPS = [
def RunSteps(api):
api.python('gclient help', api.depot_tools.gclient_py, ['--help'])
iannucci 2016/01/30 00:40:17 TODO: we should probably hide the path to the pyth
+ api.python(
+ 'presubmit support!', api.depot_tools.presubmit_support, ['--commit'])
+
def GenTests(api):
yield api.test('basic')

Powered by Google App Engine
This is Rietveld 408576698