X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=sync-all;h=caaed50c846a1208beee964893d6cc94919823d6;hp=b202fe7aa097714a7bfec7a7a3d7f9ee2a02cb0f;hb=72a2b6d88d34caf92eeefd86cc69cad86b77a79c;hpb=e893450fbc9d8a1fdb5f697403feb6f23a5590b1 diff --git a/sync-all b/sync-all index b202fe7..caaed50 100755 --- a/sync-all +++ b/sync-all @@ -290,7 +290,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"));