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

Unified Diff: utils/pub/pub.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/git_source.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.dart
diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
index 95fad3b8e01536225c56bf200b0c9bf2183753d8..a6ec72c6db2745d52e42dfc304af77ff71cde21a 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -140,7 +140,7 @@ void printVersion() {
print('Pub $pubVersion');
}
-class PubCommand {
+abstract class PubCommand {
SystemCache cache;
ArgResults globalOptions;
ArgResults commandOptions;
« no previous file with comments | « utils/pub/git_source.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698