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

Unified Diff: utils/pub/pub.dart

Issue 10916190: Support both new and old style package layouts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 8 years, 3 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: utils/pub/pub.dart
diff --git a/utils/pub/pub.dart b/utils/pub/pub.dart
index 8bc3b70709995658798d72868224de6924594faa..795faf5e8ab74df00685502381a0e6a9a265cf82 100644
--- a/utils/pub/pub.dart
+++ b/utils/pub/pub.dart
@@ -52,7 +52,6 @@ ArgParser get pubArgParser {
parser.addFlag('version', negatable: false,
help: 'Prints the version of Pub');
parser.addFlag('trace', help: 'Prints a stack trace when an error occurs');
- parser.addFlag('self-link', help: 'Temporary flag, do not use.');
return parser;
}
@@ -75,12 +74,6 @@ main() {
return;
}
- // TODO(rnystrom): Get rid of this flag (and make the default be true) when
- // #4820 is fixed and the Editor can handle recursive symlinks.
- if (globalOptions['self-link']) {
- Entrypoint.installSelfLink = true;
- }
-
// TODO(nweiz): Have a fallback for this this out automatically once 1145 is
// fixed.
var sdkDir = Platform.environment['DART_SDK'];
« utils/pub/io.dart ('K') | « utils/pub/io.dart ('k') | utils/pub/sdk_source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698