Chromium Code Reviews

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

Issue 184823012: [pub] clean up Editor messages (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command/help.dart ('k') | sdk/lib/_internal/pub/lib/src/command/version.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/upgrade.dart
diff --git a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
index a14ab6fe5de669b6ef845ce11ee31ca7fe7e1b34..64a5b15496d12efda61fef41b40b31dd2dd7cfa8 100644
--- a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
+++ b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart
@@ -7,7 +7,6 @@ library pub.command.upgrade;
import 'dart:async';
import '../command.dart';
-import '../entrypoint.dart';
import '../log.dart' as log;
/// Handles the `upgrade` pub command.
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command/help.dart ('k') | sdk/lib/_internal/pub/lib/src/command/version.dart » ('j') | no next file with comments »

Powered by Google App Engine