mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Check the existence and executability of scm commands
BUG=114483 TEST=manually Review URL: http://codereview.chromium.org/10034011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@132446 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -30,10 +30,10 @@ class GclientUtilsUnittest(GclientUtilBase):
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user