summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-02-09 09:39:27 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-02-09 09:39:27 +0000
commit92907d5d5e5f4d2a84a872500f40d909b5ee53b1 (patch)
treec6b9e72ee0c9ea80c9c1f1893f252c9c97ac4320 /darcs-all
parentdafabe653da4e6cf5aea6b5281c8f77de8d0964a (diff)
downloadhaskell-92907d5d5e5f4d2a84a872500f40d909b5ee53b1.tar.gz
--lazy overrides --partial too
At least until we switch to --lazy being the default
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/darcs-all b/darcs-all
index 6340315522..79f7a83259 100644
--- a/darcs-all
+++ b/darcs-all
@@ -213,7 +213,7 @@ sub darcsget {
my ($repo_base, $checked_out_tree) = getrepo();
- if (! grep /(?:--complete|--partial)/, @_) {
+ if (! grep /(?:--complete|--partial|--lazy)/, @_) {
warning("adding --partial, to override use --complete");
$r_flags = [@_, "--partial"];
}