X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=darcs-all;h=5e7872946835ce2b1a3c540c24cb2f6fd31f4a50;hb=a999a72ed635ca95806b4fe3e15fa2b1a6fea967;hp=483cd9df8f350fe79759a083ccc258432554a607;hpb=29e0999a73665a37c0c3fd311ac961f81c50bb92;p=ghc-hetmet.git diff --git a/darcs-all b/darcs-all index 483cd9d..5e78729 100644 --- a/darcs-all +++ b/darcs-all @@ -114,7 +114,12 @@ sub darcsget { $path = "$defaultrepo_base/$localpath"; } else { - $path = "$defaultrepo_base/$remotepath"; + if ($remotepath =~ /^http:/) { + $path = $remotepath; + } + else { + $path = "$defaultrepo_base/$remotepath"; + } } if (($tag eq "") || defined($tags{$tag})) {