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

Unified Diff: gclient.py

Issue 2401483002: Remove gclient cleanup command (Closed)
Patch Set: rebase Created 4 years 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 | « no previous file | gclient_scm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient.py
diff --git a/gclient.py b/gclient.py
index c1d7bc7551003e1bd5f86242132f007c68ef2db3..0ee95e1f3f536a88736034c595ada16d386012ea 100755
--- a/gclient.py
+++ b/gclient.py
@@ -1562,24 +1562,6 @@ it or fix the checkout.
#### gclient commands.
-def CMDcleanup(parser, args):
- """DEPRECATED: SVN-only. Cleaned up all working copies.
-
- This is a no-op in Git.
- """
- parser.add_option('--deps', dest='deps_os', metavar='OS_LIST',
- help='override deps for the specified (comma-separated) '
- 'platform(s); \'all\' will process all deps_os '
- 'references')
- (options, args) = parser.parse_args(args)
- client = GClient.LoadCurrentConfig(options)
- if not client:
- raise gclient_utils.Error('client not configured; see \'gclient config\'')
- if options.verbose:
- client.PrintLocationAndContents()
- return client.RunOnDeps('cleanup', args)
-
-
@subcommand.usage('[command] [args ...]')
def CMDrecurse(parser, args):
"""Operates [command args ...] on all the dependencies.
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698