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

Unified Diff: gclient_scm.py

Issue 1296933004: Really update config whenever --with_branch_heads is given. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years, 4 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_scm.py
diff --git a/gclient_scm.py b/gclient_scm.py
index 6295b2c87fe392d4f1ab82a60cff9031434fab04..4e3ab8264a81dd9de4ea246c02b18014354331e2 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -515,7 +515,7 @@ class GitWrapper(SCMWrapper):
if verbose:
self.Print(remote_output)
- self._UpdateBranchHeads(options, fetch=True)
+ self._UpdateBranchHeads(options, fetch=True)
# This is a big hammer, debatable if it should even be here...
if options.force or options.reset:
« 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