Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: gsutil.py

Issue 1237013003: Change default gsutil.py version to 4.13 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gsutil.py
diff --git a/gsutil.py b/gsutil.py
index f2f2b72acca2c9e38f160e1f90cb9dcf3805b6ad..53589a27bc48e97261d47f3d22a18b9ea1a4d88c 100755
--- a/gsutil.py
+++ b/gsutil.py
@@ -108,7 +108,7 @@ def run_gsutil(force_version, fallback, target, args):
def parse_args():
parser = argparse.ArgumentParser()
- parser.add_argument('--force-version')
+ parser.add_argument('--force-version', default='4.13')
parser.add_argument('--fallback', default=DEFAULT_FALLBACK_GSUTIL)
parser.add_argument('--target', default=DEFAULT_BIN_DIR)
parser.add_argument('args', nargs=argparse.REMAINDER)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698