[commit: ghc] master: Add "./sync-all config" command (b100191)
Ian Lynagh
igloo at earth.li
Sat Apr 9 18:20:07 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b1001917414ef857acaf864150f8b8fdec8bbfbe
>---------------------------------------------------------------
commit b1001917414ef857acaf864150f8b8fdec8bbfbe
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Apr 9 14:42:08 2011 +0100
Add "./sync-all config" command
>---------------------------------------------------------------
sync-all | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/sync-all b/sync-all
index a2c6ab9..09130c0 100755
--- a/sync-all
+++ b/sync-all
@@ -361,6 +361,9 @@ sub scmall {
# Hack around 'git grep' failing if there are no matches
$ignore_failure = 1;
}
+ elsif ($command =~ /^config$/) {
+ @scm_args = "config";
+ }
else {
die "Unknown command: $command";
}
@@ -416,6 +419,7 @@ Supported commands:
* remote rm <branch-name>
* remote set-url [--push] <branch-name>
* grep
+ * config
Available package-tags are:
END
More information about the Cvs-ghc
mailing list