| Index: scripts/slave/recipe_modules/gclient/config.py
|
| diff --git a/scripts/slave/recipe_modules/gclient/config.py b/scripts/slave/recipe_modules/gclient/config.py
|
| index fa42d99594664ea67f84e361fc8a768c0ff9174f..2e1ca62f0f9ecdf081bb71bbfe0fad90e8bc7346 100644
|
| --- a/scripts/slave/recipe_modules/gclient/config.py
|
| +++ b/scripts/slave/recipe_modules/gclient/config.py
|
| @@ -29,7 +29,6 @@ def BaseConfig(USE_MIRROR=True, GIT_MODE=False, CACHE_DIR=None, **_kwargs):
|
| hooks = List(basestring),
|
| target_os = Set(basestring),
|
| target_os_only = Single(bool, empty_val=False, required=False),
|
| - checkouts = List(basestring, hidden=True),
|
| cache_dir = Static(cache_dir, hidden=False),
|
| got_revision_mapping = Dict(hidden=True),
|
|
|
|
|