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

Unified Diff: fetch_configs/depot_tools.py

Issue 2360143002: Delete git-auto-svn and its docs (Closed)
Patch Set: Created 4 years, 3 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 | « fetch.py ('k') | git-auto-svn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « fetch.py ('k') | git-auto-svn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698