From 72a2b6d88d34caf92eeefd86cc69cad86b77a79c Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Wed, 6 Apr 2011 09:29:46 +0200 Subject: [PATCH] Add 'sync-all status' as an alias for 'sync-all whatsnew' (to match git syntax) --- sync-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 1.7.10.4