suppress warning about --partial
[ghc-hetmet.git] / sync-all
index 9b0706e..685c3b6 100755 (executable)
--- 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";
                 }