summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-09 14:42:08 +0100
committerIan Lynagh <igloo@earth.li>2011-04-09 14:42:08 +0100
commitb1001917414ef857acaf864150f8b8fdec8bbfbe (patch)
tree5eef119470aaf0227300e7c3a7d73871e48daf77 /sync-all
parent3783ffa6f7203db3d80ff6c75fff8d79b0b852a7 (diff)
downloadhaskell-b1001917414ef857acaf864150f8b8fdec8bbfbe.tar.gz
Add "./sync-all config" command
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 a2c6ab9168..09130c0e52 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