| Index: gclient.py
|
| diff --git a/gclient.py b/gclient.py
|
| index c91068487f96017fabf8c93e91f6aeee0a69fab9..6a7b0e477d939508e25a00884e39889f16b596a8 100755
|
| --- a/gclient.py
|
| +++ b/gclient.py
|
| @@ -1761,6 +1761,8 @@ def CMDsync(parser, args):
|
| parser.add_option('--shallow', action='store_true',
|
| help='GIT ONLY - Do a shallow clone into the cache dir. '
|
| 'Requires Git 1.9+')
|
| + parser.add_option('--ignore_locks', action='store_true',
|
| + help='GIT ONLY - Ignore cache locks.')
|
| (options, args) = parser.parse_args(args)
|
| client = GClient.LoadCurrentConfig(options)
|
|
|
|
|