diff --git a/git_cache.py b/git_cache.py index 1584903965..f3d5626c95 100755 --- a/git_cache.py +++ b/git_cache.py @@ -27,10 +27,6 @@ import subcommand # Analogous to gc.autopacklimit git config. GC_AUTOPACKLIMIT = 50 -# TODO(tikuta): remove or revert this (crbug.com/749709) -if sys.platform.startswith('win'): - GC_AUTOPACKLIMIT = 30 - GIT_CACHE_CORRUPT_MESSAGE = 'WARNING: The Git cache is corrupt.' try: diff --git a/recipes/recipe_modules/bot_update/api.py b/recipes/recipe_modules/bot_update/api.py index 361deac488..8076fc18d2 100644 --- a/recipes/recipe_modules/bot_update/api.py +++ b/recipes/recipe_modules/bot_update/api.py @@ -2,6 +2,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. + """Recipe module to ensure a checkout is consistent on a bot.""" from recipe_engine import recipe_api