From d918da642702b894af14c6ed6acf6a546970419c Mon Sep 17 00:00:00 2001 From: borenet Date: Fri, 28 Oct 2016 08:10:56 -0700 Subject: [PATCH] Remove apply_gerrit_ref from bot_update recipe API BUG=skia:5588 Review-Url: https://codereview.chromium.org/2453663004 --- recipe_modules/bot_update/api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py index 2b179cbca..09e93f813 100644 --- a/recipe_modules/bot_update/api.py +++ b/recipe_modules/bot_update/api.py @@ -44,8 +44,7 @@ class BotUpdateApi(recipe_api.RecipeApi): return self._last_returned_properties # DO NOT USE. - # The below method will be removed after there are no more callers of - # tryserver.maybe_apply_issue (skbug.com/5588). + # TODO(tandrii): refactor this into tryserver.maybe_apply_patch def apply_gerrit_ref(self, root, gerrit_no_reset=False, gerrit_no_rebase_patch_ref=False, **kwargs): apply_gerrit_path = self.resource('apply_gerrit.py')