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

Unified Diff: utils/pub/pub.dart

Issue 10941049: Remove "pub list" command. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove dead code. Created 8 years, 3 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 | « utils/pub/command_list.dart ('k') | utils/pub/system_cache.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.dart
diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
index 78acd2d43fbf9420ef9d89c9db48b0290a97bd68..3b7dbaec388cf765296cccc5815753e306f919f2 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -13,7 +13,6 @@
#import('io.dart');
#import('command_help.dart');
#import('command_install.dart');
-#import('command_list.dart');
#import('command_update.dart');
#import('command_version.dart');
#import('entrypoint.dart');
@@ -36,7 +35,6 @@ Version get pubVersion => new Version(0, 0, 0);
*/
Map<String, PubCommand> get pubCommands => {
'help': new HelpCommand(),
- 'list': new ListCommand(),
'install': new InstallCommand(),
'update': new UpdateCommand(),
'version': new VersionCommand()
« no previous file with comments | « utils/pub/command_list.dart ('k') | utils/pub/system_cache.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698