summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-02 21:38:29 +0000
committerIan Lynagh <igloo@earth.li>2012-02-02 23:10:36 +0000
commitbc9f8b0b13d7eda8f636dc01ee686a2abe6b7b88 (patch)
tree6b7a79c380796683446f0d2283bc8191c7286396 /sync-all
parentbbe2d21a110f2eb3f3c3c06536816bd28179f38d (diff)
downloadhaskell-bc9f8b0b13d7eda8f636dc01ee686a2abe6b7b88.tar.gz
Add a "tag" command to sync-all
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 e22861c7b5..00392199d4 100755
--- a/sync-all
+++ b/sync-all
@@ -421,6 +421,9 @@ sub scmall {
scm ($localpath, $scm, "gc", @args)
unless $scm eq "darcs";
}
+ elsif ($command =~ /^tag$/) {
+ scm ($localpath, $scm, "tag", @args);
+ }
else {
die "Unknown command: $command";
}
@@ -514,6 +517,7 @@ any extra arguments to git:
reset
send
status
+ tag
-------------- Flags -------------------
These flags are given *before* the command and modify the way sync-all behaves.