summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-15 20:36:46 +0000
committerIan Lynagh <igloo@earth.li>2009-05-15 20:36:46 +0000
commitc0a63727d0d59d95bbff8e0b5426714d9269bbb7 (patch)
tree25c65aba71fb812f1d8ac2c1acbae9ed923f1a4f /darcs-all
parentab7369b272b3ec6edc197a88f1d0056b82c3efa4 (diff)
downloadhaskell-c0a63727d0d59d95bbff8e0b5426714d9269bbb7.tar.gz
Remove --extra flag from darcs-all
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all12
1 files changed, 3 insertions, 9 deletions
diff --git a/darcs-all b/darcs-all
index 6e48377c20..9477d463d0 100644
--- a/darcs-all
+++ b/darcs-all
@@ -4,12 +4,11 @@ use strict;
# Usage:
#
-# ./darcs-all [-q] [-s] [--dph] [--extra] [--nofib] [--testsuite] get [darcs get flags]
+# ./darcs-all [-q] [-s] [--dph] [--nofib] [--testsuite] get [darcs get flags]
# This gets the GHC core repos, if they do not already exist.
# -q says to be quite, and -s to be silent.
-# --dph, --extra, --nofib, --testsuite also get the dph library,
-# extralibs, nofib and testsuite
-# repos respectively
+# --dph, --nofib, --testsuite also get the dph library, nofib and
+# testsuite repos respectively
# The darcs get flag you are most likely to want is --complete. By
# default we pass darcs the --partial flag.
#
@@ -177,11 +176,6 @@ sub main {
elsif ($arg eq "--dph") {
$tags{"dph"} = 1;
}
- # --extra says we grab the extra libs with 'get'.
- # It has no effect on the other commands.
- elsif ($arg eq "--extra") {
- $tags{"extralibs"} = 1;
- }
# --nofib tells get to also grab the nofib repo.
# It has no effect on the other commands.
elsif ($arg eq "--nofib") {