| Index: infra/recipe_modules/hacky_tryserver_detection/__init__.py
|
| diff --git a/git-nav-upstream b/infra/recipe_modules/hacky_tryserver_detection/__init__.py
|
| old mode 100755
|
| new mode 100644
|
| similarity index 79%
|
| copy from git-nav-upstream
|
| copy to infra/recipe_modules/hacky_tryserver_detection/__init__.py
|
| index f16dc2ff463eef7ddd7cd7b81a2410df13dca752..6d9827199475defc91a0cfcc2da1d5b2e552b808
|
| --- a/git-nav-upstream
|
| +++ b/infra/recipe_modules/hacky_tryserver_detection/__init__.py
|
| @@ -1,6 +1,7 @@
|
| -#!/usr/bin/env bash
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -git checkout '@{u}'
|
| +DEPS = [
|
| + 'recipe_engine/properties',
|
| +]
|
|
|