| Index: scripts/slave/recipes/run_presubmit.py
|
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
|
| index 7badb2bc9fc4ff421fb7b557efb0de2f8d9d3f43..e8eed3a1d222ecc9f2369441b97c42a0d2b0a797 100644
|
| --- a/scripts/slave/recipes/run_presubmit.py
|
| +++ b/scripts/slave/recipes/run_presubmit.py
|
| @@ -27,9 +27,7 @@ def _RunStepsInternal(api):
|
|
|
| bot_update_step = api.bot_update.ensure_checkout(
|
| force=force_checkout,
|
| - patch_oauth2=codereview_auth,
|
| - # TODO(tandrii): remove this to fix http://crbug.com/605541.
|
| - patch_root='TODO(TANDRII): REMOVE THIS TRANSITION TO patch_projects')
|
| + patch_oauth2=codereview_auth)
|
| relative_root = api.gclient.calculate_patch_root(
|
| api.properties['patch_project']).rstrip('/')
|
| got_revision_property = api.gclient.c.got_revision_mapping[relative_root]
|
|
|