Index: tools/push-to-trunk/auto_push.py |
diff --git a/tools/push-to-trunk/auto_push.py b/tools/push-to-trunk/auto_push.py |
index b0f1b26635a236f4891f86f2212154cefeee767b..31d39612bbbd935c8c7e85e1ded43b0b44cbd8c6 100755 |
--- a/tools/push-to-trunk/auto_push.py |
+++ b/tools/push-to-trunk/auto_push.py |
@@ -112,12 +112,6 @@ class PushToCandidates(Step): |
"--force", |
] |
- if self._options.svn: |
- args.extend(["--svn", self._options.svn]) |
- if self._options.svn_config: |
- args.extend(["--svn-config", self._options.svn_config]) |
- if self._options.vc_interface: |
- args.extend(["--vc-interface", self._options.vc_interface]) |
if self._options.work_dir: |
args.extend(["--work-dir", self._options.work_dir]) |