From 92907d5d5e5f4d2a84a872500f40d909b5ee53b1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 9 Feb 2010 09:39:27 +0000 Subject: [PATCH] --lazy overrides --partial too At least until we switch to --lazy being the default --- darcs-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]; } -- 1.7.10.4