Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/e9ba407d3842d18ae85fcc27708ceeb35b9ad6b3 >--------------------------------------------------------------- commit e9ba407d3842d18ae85fcc27708ceeb35b9ad6b3 Author: Ian Lynagh <[email protected]> Date: Tue Aug 9 21:45:06 2011 +0100 Tell sync-all about the "tag" command >--------------------------------------------------------------- sync-all | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sync-all b/sync-all index b735810..cda26b0 100755 --- a/sync-all +++ b/sync-all @@ -401,6 +401,9 @@ sub scmall { scm ($localpath, $scm, "config", @args) unless $scm eq "darcs"; } + elsif ($command =~ /^tag$/) { + scm ($localpath, $scm, "tag", @args); + } else { die "Unknown command: $command"; } _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
