summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-05-18 16:38:32 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-05-18 16:38:32 +0100
commit173c408981adb7d7b4f35d466c984d13f5d1194f (patch)
treef826ba31805fe699baa0de2576a6c3a869a8579e /sync-all
parent58532eb46041aec8d4cbb48b054cb5b001edb43c (diff)
downloadhaskell-173c408981adb7d7b4f35d466c984d13f5d1194f.tar.gz
add 'sync-all log'
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync-all b/sync-all
index 5dc6a40953..8b41c97711 100755
--- a/sync-all
+++ b/sync-all
@@ -366,6 +366,9 @@ sub scmall {
my @scm_args = ("log", "$branch_name..");
scm ($localpath, $scm, @scm_args, @args);
}
+ elsif ($command =~ /^log$/) {
+ scm ($localpath, $scm, "log", @args);
+ }
elsif ($command =~ /^remote$/) {
my @scm_args;
if ($subcommand eq 'add') {
@@ -434,6 +437,7 @@ Supported commands:
* clean
* reset
* config
+ * log
Available package-tags are:
END