summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all5
1 files changed, 5 insertions, 0 deletions
diff --git a/darcs-all b/darcs-all
index 79f7a83259..963dfa3b01 100644
--- a/darcs-all
+++ b/darcs-all
@@ -285,6 +285,11 @@ sub main {
elsif ($arg eq "--testsuite") {
$tags{"testsuite"} = 1;
}
+ # --extralibs tells get to also grab the extra repos.
+ # It has no effect on the other commands.
+ elsif ($arg eq "--extra") {
+ $tags{"extra"} = 1;
+ }
elsif ($arg eq "--checked-out") {
$checked_out_flag = 1;
}