From: Simon Marlow Date: Wed, 18 May 2011 15:38:32 +0000 (+0100) Subject: add 'sync-all log' X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=173c408981adb7d7b4f35d466c984d13f5d1194f;ds=sidebyside add 'sync-all log' --- diff --git a/sync-all b/sync-all index 5dc6a40..8b41c97 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