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

Unified Diff: sdk/lib/_internal/pub/test/descriptor.dart

Issue 26284002: Rename "install" -> "get" and "update" -> "upgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: sdk/lib/_internal/pub/test/descriptor.dart
diff --git a/sdk/lib/_internal/pub/test/descriptor.dart b/sdk/lib/_internal/pub/test/descriptor.dart
index 11d8ce44cfba4f49a2dfc9827c0e0116f9ad7845..d873997a89b82b215229d96e8036209f36b7a675 100644
--- a/sdk/lib/_internal/pub/test/descriptor.dart
+++ b/sdk/lib/_internal/pub/test/descriptor.dart
@@ -97,7 +97,7 @@ Descriptor gitPackageRepoCacheDir(String name) {
/// which should be name/version pairs. The packages will be validated against
/// the format produced by the mock package server.
///
-/// A package with a null version should not be installed.
+/// A package with a null version should not be downloaded.
Descriptor packagesDir(Map<String, String> packages) {
var contents = <Descriptor>[];
packages.forEach((name, version) {
@@ -117,7 +117,7 @@ Descriptor packagesDir(Map<String, String> packages) {
/// validated against the format produced by the mock package server.
///
/// A package's value may also be a list of versions, in which case all
-/// versions are expected to be installed.
+/// versions are expected to be downloaded.
///
/// If [includePubspecs] is `true`, then pubspecs will be created for each
/// package. Defaults to `false` so that the contents of pubspecs are not

Powered by Google App Engine
This is Rietveld 408576698