summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-15 20:51:22 +0000
committerIan Lynagh <igloo@earth.li>2009-05-15 20:51:22 +0000
commite86d72733e4eeda752a1b0b2874dd58090eae197 (patch)
treef7c75fb79423df2876f8ef9c16daa6c86aadcdcd /darcs-all
parentc0a63727d0d59d95bbff8e0b5426714d9269bbb7 (diff)
downloadhaskell-e86d72733e4eeda752a1b0b2874dd58090eae197.tar.gz
Make dph required
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all10
1 files changed, 2 insertions, 8 deletions
diff --git a/darcs-all b/darcs-all
index 9477d463d0..e8a113915a 100644
--- a/darcs-all
+++ b/darcs-all
@@ -4,11 +4,10 @@ use strict;
# Usage:
#
-# ./darcs-all [-q] [-s] [--dph] [--nofib] [--testsuite] get [darcs get flags]
+# ./darcs-all [-q] [-s] [--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, --nofib, --testsuite also get the dph library, nofib and
-# testsuite repos respectively
+# --nofib, --testsuite also get the 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.
#
@@ -171,11 +170,6 @@ sub main {
elsif ($arg eq "-s") {
$verbose = 0;
}
- # --dph says we grab the dph libs with 'get'.
- # It has no effect on the other commands.
- elsif ($arg eq "--dph") {
- $tags{"dph"} = 1;
- }
# --nofib tells get to also grab the nofib repo.
# It has no effect on the other commands.
elsif ($arg eq "--nofib") {