| Index: tests/gclient_scm_test.py
|
| ===================================================================
|
| --- tests/gclient_scm_test.py (revision 83504)
|
| +++ tests/gclient_scm_test.py (working copy)
|
| @@ -83,7 +83,7 @@
|
| def testDir(self):
|
| members = [
|
| 'FullUrlForRelativeUrl', 'GetRevisionDate', 'RunCommand',
|
| - 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
|
| + 'cleanup', 'diff', 'pack', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'status', 'update',
|
| 'updatesingle', 'url',
|
| ]
|
| @@ -544,7 +544,7 @@
|
| def testDir(self):
|
| members = [
|
| 'FullUrlForRelativeUrl', 'GetRevisionDate', 'RunCommand',
|
| - 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
|
| + 'cleanup', 'diff', 'pack', 'relpath', 'revert',
|
| 'revinfo', 'runhooks', 'status', 'update', 'url',
|
| ]
|
|
|
|
|