summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorJohan Tibell <johan.tibell@gmail.com>2011-04-06 09:29:46 +0200
committerJohan Tibell <johan.tibell@gmail.com>2011-04-06 09:29:46 +0200
commit72a2b6d88d34caf92eeefd86cc69cad86b77a79c (patch)
tree7b91036175a0ac2002b4acb016cbca3d658af9d2 /sync-all
parente893450fbc9d8a1fdb5f697403feb6f23a5590b1 (diff)
downloadhaskell-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-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index b202fe7aa0..caaed50c84 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"));