From: Simon Marlow Date: Tue, 9 Feb 2010 09:39:27 +0000 (+0000) Subject: --lazy overrides --partial too X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=92907d5d5e5f4d2a84a872500f40d909b5ee53b1 --lazy overrides --partial too At least until we switch to --lazy being the default --- diff --git a/darcs-all b/darcs-all index 6340315..79f7a83 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"]; }