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

Unified Diff: gclient_scm.py

Issue 349643004: Add option to gclient to ignore cache locks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 6 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 | « gclient.py ('k') | 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 67d68674e04fd5f0c42084529551a1fa35c181f5..5f914c81f1a1981b63eec8f6b302e241b44c2c33 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -781,7 +781,8 @@ class GitWrapper(SCMWrapper):
depth = 10000
else:
depth = None
- mirror.populate(verbose=options.verbose, bootstrap=True, depth=depth)
+ mirror.populate(verbose=options.verbose, bootstrap=True, depth=depth,
+ ignore_lock=options.ignore_locks)
mirror.unlock()
def _Clone(self, revision, url, options):
« no previous file with comments | « gclient.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698