diff options
author | Johan Tibell <johan.tibell@gmail.com> | 2011-04-06 09:29:46 +0200 |
---|---|---|
committer | Johan Tibell <johan.tibell@gmail.com> | 2011-04-06 09:29:46 +0200 |
commit | 72a2b6d88d34caf92eeefd86cc69cad86b77a79c (patch) | |
tree | 7b91036175a0ac2002b4acb016cbca3d658af9d2 /sync-all | |
parent | e893450fbc9d8a1fdb5f697403feb6f23a5590b1 (diff) | |
download | haskell-72a2b6d88d34caf92eeefd86cc69cad86b77a79c.tar.gz |
Add 'sync-all status' as an alias for 'sync-all whatsnew' (to match git syntax)
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |