From 3a50b1f6cb7d4455c0df851b213a51e67bb16c7f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 5 Apr 2011 09:40:41 +0100 Subject: [PATCH] suppress warning about --partial --- sync-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 1.7.10.4