[commit: ghc] master: add 'sync-all log' (173c408)
Simon Marlow
marlowsd at gmail.com
Thu May 19 10:20:33 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/173c408981adb7d7b4f35d466c984d13f5d1194f
>---------------------------------------------------------------
commit 173c408981adb7d7b4f35d466c984d13f5d1194f
Author: Simon Marlow <marlowsd at gmail.com>
Date: Wed May 18 16:38:32 2011 +0100
add 'sync-all log'
>---------------------------------------------------------------
sync-all | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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
More information about the Cvs-ghc
mailing list