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

Unified Diff: utils/pub/source.dart

Issue 11066066: Include stderr on git failure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove test code. Created 8 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 | « utils/pub/pub.dart ('k') | utils/pub/version_solver.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/source.dart
diff --git a/utils/pub/source.dart b/utils/pub/source.dart
index e251d073256e39857e2225a5bb57118ae2fb6cfb..0ce005d4a264381d3794a4f0b7f193e1cae4087c 100644
--- a/utils/pub/source.dart
+++ b/utils/pub/source.dart
@@ -16,7 +16,7 @@
* Each source has many packages that it looks up using [PackageId]s. The source
* is responsible for installing these packages to the package cache.
*/
-class Source {
+abstract class Source {
/**
* The name of the source. Should be lower-case, suitable for use in a
* filename, and unique accross all sources.
« no previous file with comments | « utils/pub/pub.dart ('k') | utils/pub/version_solver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698