X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=darcs-all;h=5e7872946835ce2b1a3c540c24cb2f6fd31f4a50;hb=7cc35327fd1acde88f3474d4e4727f8d8185ff67;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})) {