Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff >--------------------------------------------------------------- commit 1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff Author: Ian Lynagh <[email protected]> Date: Thu Apr 7 20:53:06 2011 +0100 sync-all: Push doesn't take a repo path either >--------------------------------------------------------------- sync-all | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sync-all b/sync-all index 728c725..a2c6ab9 100755 --- a/sync-all +++ b/sync-all @@ -303,7 +303,6 @@ sub scmall { } elsif ($command =~ /^(?:pus|push)$/) { @scm_args = "push"; - $want_remote_repo = 1; } elsif ($command =~ /^(?:pul|pull)$/) { @scm_args = "pull"; _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
