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): |