X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=sync-all;h=0be0a719d34992d10b3713d6daffe92973ede7f8;hp=ac06af123a5d4c4eae68b3a5551134ae5833f1d9;hb=6216098047f251ad8dc8ec9f03c935f5ff454a67;hpb=cd47700887365ca2a6af17d03e731efce65cf2ac diff --git a/sync-all b/sync-all index ac06af1..0be0a71 100755 --- a/sync-all +++ b/sync-all @@ -12,7 +12,7 @@ use Cwd; # sync-all will try to do the right thing for both git and darcs repositories. # # e.g. -# ./sync-all -r http://darcs.haskell.org/ghc get +# ./sync-all -r http://git.haskell.org/ghc get # To get any repos which do not exist in the local tree # # ./sync-all pull @@ -51,7 +51,7 @@ use Cwd; # otherwise sync-all works on repos of form # $repo_base/ # This logic lets you say -# both sync-all -r http://darcs.haskell.org/ghc-6.12 pull +# both sync-all -r http://git.haskell.org/ghc-6.12 pull # and sync-all -r ../HEAD pull # The latter is called a "checked-out tree". @@ -106,11 +106,11 @@ sub getrepo { # Don't drop the last part of the path if specified with -r, as # it expects repos of the form: # - # http://darcs.haskell.org + # http://git.haskell.org # # rather than # - # http://darcs.haskell.org/ghc + # http://git.haskell.org/ghc # if (!$defaultrepo) { $repo_base =~ s#/[^/]+/?$##;