Commit 37ac0e3c authored by mmoss@chromium.org's avatar mmoss@chromium.org

Really update config whenever --with_branch_heads is given.

R=maruel@google.com

Review URL: https://codereview.chromium.org/1296933004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296352 0039d316-1c4b-4281-b951-d872f2087c98
parent 92cd7b05
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment