X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=sync-all;h=5dc6a40953d7b78a7323d34635ffbcf3d53f6ea1;hb=fbf4bc17c752e1d1a3db5094ff02fa65e9746325;hp=c9c4dc450345adfcb1dffe85a8109e2334eb4007;hpb=72bebc47dbee2eb5435ea8eed512bc5dfc01b7a6;p=ghc-hetmet.git diff --git a/sync-all b/sync-all index c9c4dc4..5dc6a40 100755 --- a/sync-all +++ b/sync-all @@ -378,6 +378,8 @@ sub scmall { scm ($localpath, $scm, @scm_args, @args); } elsif ($command =~ /^checkout$/) { + # Not all repos are necessarily branched, so ignore failure + $ignore_failure = 1; scm ($localpath, $scm, "checkout", @args) unless $scm eq "darcs"; }