diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-02-09 09:39:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-02-09 09:39:27 +0000 |
commit | 92907d5d5e5f4d2a84a872500f40d909b5ee53b1 (patch) | |
tree | c6b9e72ee0c9ea80c9c1f1893f252c9c97ac4320 /darcs-all | |
parent | dafabe653da4e6cf5aea6b5281c8f77de8d0964a (diff) | |
download | haskell-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-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]; } |