diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-04-05 09:40:41 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-04-05 12:20:06 +0100 |
commit | 3a50b1f6cb7d4455c0df851b213a51e67bb16c7f (patch) | |
tree | ef79519c7175f28ac7b84328b04c63c25d981eac /sync-all | |
parent | 06bf361cae4364f7f568688d30d22a4a3fc914ec (diff) | |
download | haskell-3a50b1f6cb7d4455c0df851b213a51e67bb16c7f.tar.gz |
suppress warning about --partial
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,7 @@ sub scmall { } # The first time round the loop, default the get-mode - if (not defined($get_mode)) { + if ($scm eq "darcs" && not defined($get_mode)) { warning("adding --partial, to override use --complete"); $get_mode = "--partial"; } |