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

Unified Diff: scm.py

Issue 3338003: Remove scm.SVN.Run() and all stdout argument to more calls. (Closed)
Patch Set: Created 10 years, 4 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 | « gclient_scm.py ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm.py
diff --git a/scm.py b/scm.py
index 1c1df13a482573f34466099405967ee5f5fc9a9d..5a1506aedd128d57ef8320e929b836c57bb4ce6e 100644
--- a/scm.py
+++ b/scm.py
@@ -306,12 +306,6 @@ class SVN(object):
current_version = None
@staticmethod
- def Run(args, **kwargs):
- """Wrappers to gclient_utils.CheckCallAndFilterAndHeader()."""
- return gclient_utils.CheckCallAndFilterAndHeader(['svn'] + args,
- always=True, **kwargs)
-
- @staticmethod
def Capture(args, in_directory=None, print_error=True):
"""Runs svn, capturing output sent to stdout as a string.
« no previous file with comments | « gclient_scm.py ('k') | tests/gclient_scm_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698