X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=darcs-all;h=9defa0cc503dffadbc00329274db71bf628b7a71;hb=48196c3c2a365ce085d0b0567cbd4ea047af59df;hp=cdef628e19389783f66390a10a84734984a16f1d;hpb=f7571f78feb1a3a735f77a66d556bb8e6c61d3e1;p=ghc-hetmet.git diff --git a/darcs-all b/darcs-all index cdef628..9defa0c 100644 --- a/darcs-all +++ b/darcs-all @@ -132,7 +132,7 @@ sub darcsall { @repos = ; close IN; - REPO: foreach (@repos) { + foreach (@repos) { chomp; if (/^([^# ]+) +(?:([^ ]+) +)?([^ ]+) +([^ ]+)$/) { $localpath = $1; @@ -295,6 +295,21 @@ version of bytestring will be used from a tarball instead. EOF } } + + message "== Checking for unpulled tarball patches"; + if ((system "darcs annotate --match 'hash 20090930200358-3fd76-cab3bf4a0a9e3902eb6dd41f71712ad3a6a9bcd1' > /dev/null 2> /dev/null") == 0) { + print <