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

Unified Diff: sdk/lib/_internal/pub/lib/src/source/git.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/git.dart
diff --git a/sdk/lib/_internal/pub/lib/src/source/git.dart b/sdk/lib/_internal/pub/lib/src/source/git.dart
index 9f4c38c32c9ffb9be0ebeb9c62528107feb7e0fc..1aa670df8731276acce4b16ce18086e3be5dc363 100644
--- a/sdk/lib/_internal/pub/lib/src/source/git.dart
+++ b/sdk/lib/_internal/pub/lib/src/source/git.dart
@@ -19,6 +19,7 @@ import 'cached.dart';
/// A package source that gets packages from Git repos.
class GitSource extends CachedSource {
final name = "git";
+ final hasMultipleVersions = false;
/// The paths to the canonical clones of repositories for which "git fetch"
/// has already been run during this run of pub.

Powered by Google App Engine
This is Rietveld 408576698