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

Unified Diff: tools/push-to-trunk/common_includes.py

Issue 676713003: Switch release scripts to new git workflow. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | « no previous file | tools/push-to-trunk/test_scripts.py » ('j') | tools/push-to-trunk/test_scripts.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/push-to-trunk/common_includes.py
diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
index e7e220facafe9780061a2c12b98eb0442565bbdc..4cbfa5435e3651802e4a9b935871b640f62da63f 100644
--- a/tools/push-to-trunk/common_includes.py
+++ b/tools/push-to-trunk/common_includes.py
@@ -868,7 +868,7 @@ class ScriptsBase(object):
return None
if not options.vc_interface:
- options.vc_interface = "git_svn"
+ options.vc_interface = "git_read_svn_write"
return options
def RunSteps(self, step_classes, args=None):
« no previous file with comments | « no previous file | tools/push-to-trunk/test_scripts.py » ('j') | tools/push-to-trunk/test_scripts.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698