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

Unified Diff: sdk/lib/_internal/pub/lib/src/source/path.dart

Issue 365993007: Support "pub downgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 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/lib/src/source/path.dart
diff --git a/sdk/lib/_internal/pub/lib/src/source/path.dart b/sdk/lib/_internal/pub/lib/src/source/path.dart
index 7e43dfbc7f3bdab9e7444ad6345fbc7bc4786429..80f59cc0a970d43d84f41c4f2c09dc5a15412bd1 100644
--- a/sdk/lib/_internal/pub/lib/src/source/path.dart
+++ b/sdk/lib/_internal/pub/lib/src/source/path.dart
@@ -18,6 +18,7 @@ import '../utils.dart';
/// A package [Source] that gets packages from a given local file path.
class PathSource extends Source {
final name = 'path';
+ final hasMultipleVersions = false;
Future<Pubspec> doDescribe(PackageId id) {
return syncFuture(() {

Powered by Google App Engine
This is Rietveld 408576698