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