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

On branch  : master

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

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

commit be879ba686f96375c6e3d65b97ed0508ddbfc9a1
Author: Max Bolingbroke <[email protected]>
Date:   Sat Nov 19 11:27:38 2011 +0000

    Add branch command to sync-all

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

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

diff --git a/sync-all b/sync-all
index 11c2210..c7fcfde 100755
--- a/sync-all
+++ b/sync-all
@@ -397,6 +397,10 @@ sub scmall {
             scm ($localpath, $scm, "reset", @args)
                 unless $scm eq "darcs";
         }
+        elsif ($command =~ /^branch$/) {
+            scm ($localpath, $scm, "branch", @args)
+                unless $scm eq "darcs";
+        }
         elsif ($command =~ /^config$/) {
             scm ($localpath, $scm, "config", @args)
                 unless $scm eq "darcs";
@@ -483,6 +487,7 @@ remote set-url [--push] <remote-name>
 These commands just run the equivalent git command on each repository, passing
 any extra arguments to git:
 
+  branch
   checkout
   clean
   commit



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

Reply via email to