X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=sync-all;h=685c3b628405001ac8c3c30d3a9fb03be2c0e066;hp=9b0706eb03101711f533e490b7389f6d9787c958;hb=3a50b1f6cb7d4455c0df851b213a51e67bb16c7f;hpb=06bf361cae4364f7f568688d30d22a4a3fc914ec diff --git a/sync-all b/sync-all index 9b0706e..685c3b6 100755 --- a/sync-all +++ b/sync-all @@ -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"; }