Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bc9f8b0b13d7eda8f636dc01ee686a2abe6b7b88

>---------------------------------------------------------------

commit bc9f8b0b13d7eda8f636dc01ee686a2abe6b7b88
Author: Ian Lynagh <[email protected]>
Date:   Thu Feb 2 21:38:29 2012 +0000

    Add a "tag" command to sync-all

>---------------------------------------------------------------

 sync-all |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sync-all b/sync-all
index e22861c..0039219 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.



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to