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

Unified Diff: tests/gclient_utils_test.py

Issue 10034011: Check the existence and executability of scm commands (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: Created 8 years, 8 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 | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
===================================================================
--- tests/gclient_utils_test.py (revision 132376)
+++ tests/gclient_utils_test.py (working copy)
@@ -30,10 +30,10 @@
members = [
'Annotated', 'AutoFlush', 'CheckCallAndFilter',
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
- 'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
- 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision',
- 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated',
- 'PathDifference', 'ParseCodereviewSettingsContent',
+ 'FileWrite', 'FindCommandExecutable', 'FindFileUpwards',
+ 'FindGclientRoot', 'GetGClientRootAndEntries', 'GetEditor',
+ 'IsDateRevision', 'MakeDateRevision', 'MakeFileAutoFlush',
+ 'MakeFileAnnotated', 'PathDifference', 'ParseCodereviewSettingsContent',
'PrintableObject', 'RemoveDirectory', 'RunEditor',
'SplitUrlRevision', 'SyntaxErrorToError',
'UpgradeToHttps', 'Wrapper', 'WorkItem',
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698