Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3a50b1f6cb7d4455c0df851b213a51e67bb16c7f

>---------------------------------------------------------------

commit 3a50b1f6cb7d4455c0df851b213a51e67bb16c7f
Author: Simon Marlow <[email protected]>
Date:   Tue Apr 5 09:40:41 2011 +0100

    suppress warning about --partial

>---------------------------------------------------------------

 sync-all |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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";
                 }



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to