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

Unified Diff: gclient.py

Issue 2380001: Fix gclient revinfo (Closed)
Patch Set: Created 10 years, 7 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: gclient.py
diff --git a/gclient.py b/gclient.py
index 2d57204e07a4c268ed0ede4060324f9ae66c6d91..2da24b27b04161298dae260ac396cf1e7575c82c 100644
--- a/gclient.py
+++ b/gclient.py
@@ -1043,6 +1043,7 @@ def CMDrevinfo(parser, args):
"version of all repositories")
(options, args) = parser.parse_args(args)
client = GClient.LoadCurrentConfig(options)
+ options.deps_os = None
if not client:
raise gclient_utils.Error("client not configured; see 'gclient config'")
client.PrintRevInfo()
« 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