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

Unified Diff: sdk/lib/_internal/pub/lib/src/command.dart

Issue 26351002: Rename "pub deploy" to "pub build". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-upload. Created 7 years, 2 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 | « no previous file | sdk/lib/_internal/pub/lib/src/command/build.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/command.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart
index 6b1e126328412ef5ebffd4a7103b2c256bb27335..fe899cdbae66a62604e1bd516d4f4c52786c2c63 100644
--- a/sdk/lib/_internal/pub/lib/src/command.dart
+++ b/sdk/lib/_internal/pub/lib/src/command.dart
@@ -11,8 +11,8 @@ import 'package:args/args.dart';
import 'package:path/path.dart' as path;
import 'package:stack_trace/stack_trace.dart';
+import 'command/build.dart';
import 'command/cache.dart';
-import 'command/deploy.dart';
import 'command/get.dart';
import 'command/help.dart';
import 'command/lish.dart';
@@ -174,8 +174,8 @@ and include the results in a bug report on http://dartbug.com/new.
_initCommands() {
var commands = {
+ 'build': new BuildCommand(),
'cache': new CacheCommand(),
- 'deploy': new DeployCommand(),
'get': new GetCommand(),
'help': new HelpCommand(),
'list-package-dirs': new ListPackageDirsCommand(),
« no previous file with comments | « no previous file | sdk/lib/_internal/pub/lib/src/command/build.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698