X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=sync-all;h=c4ecfa3d4e9b70b7d5f06657b9fcccf7811b308a;hp=b202fe7aa097714a7bfec7a7a3d7f9ee2a02cb0f;hb=ef344a11a5d48f2eccf07fa4dce8e62879e6ff1e;hpb=e893450fbc9d8a1fdb5f697403feb6f23a5590b1 diff --git a/sync-all b/sync-all index b202fe7..c4ecfa3 100755 --- a/sync-all +++ b/sync-all @@ -262,7 +262,6 @@ sub scmall { } push(@args, @_); - print "args: @args\n"; for $line (@packages) { @@ -290,7 +289,7 @@ sub scmall { } # Work out the arguments we should give to the SCM - if ($command =~ /^(?:w|wh|wha|what|whats|whatsn|whatsne|whatsnew)$/) { + if ($command =~ /^(?:w|wh|wha|what|whats|whatsn|whatsne|whatsnew|status)$/) { @scm_args = (($scm eq "darcs" and "whatsnew") or ($scm eq "git" and "status"));