| Index: fetch_configs/depot_tools.py | 
| diff --git a/fetch_configs/depot_tools.py b/fetch_configs/depot_tools.py | 
| index f94864974199abf2768f80abdc7ec83d5331e303..bdbf954e5931cd4bc3d963f00c64ee299fd69868 100644 | 
| --- a/fetch_configs/depot_tools.py | 
| +++ b/fetch_configs/depot_tools.py | 
| @@ -23,11 +23,8 @@ class DepotTools(config_util.Config): | 
| } | 
| spec = { | 
| 'solutions': [solution], | 
| -      'auto': True, | 
| } | 
| -    checkout_type = 'gclient_git_svn' | 
| -    if props.get('nosvn'): | 
| -      checkout_type = 'gclient_git' | 
| +    checkout_type = 'gclient_git' | 
| spec_type = '%s_spec' % checkout_type | 
| return { | 
| 'type': checkout_type, | 
|  |