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

Unified Diff: recipe_modules/tryserver/__init__.py

Issue 2249983004: Add apply_gerrit_ref to bot_update api (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Add new apply_gerrit_ref in bot_update api.py Created 4 years, 4 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/tryserver/__init__.py
diff --git a/recipe_modules/tryserver/__init__.py b/recipe_modules/tryserver/__init__.py
index 76c8fb8c8f7b2896d35e5e613e0f700d579d3622..3ec0394b4917d35fe27cb3a089445249254ffdea 100644
--- a/recipe_modules/tryserver/__init__.py
+++ b/recipe_modules/tryserver/__init__.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
DEPS = [
+ 'depot_tools/bot_update',
'git',
'git_cl',
'recipe_engine/json',

Powered by Google App Engine
This is Rietveld 408576698