From: Ian Lynagh Date: Sat, 12 Jul 2008 17:06:38 +0000 (+0000) Subject: Remove the hack to avoid darcs-all operating on bootstrapping directories X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=19b33121efa3b1821a51351a9455b74ff8229e07 Remove the hack to avoid darcs-all operating on bootstrapping directories We no longer create those directories --- diff --git a/darcs-all b/darcs-all index 1cc2b24..d25a903 100644 --- a/darcs-all +++ b/darcs-all @@ -78,11 +78,7 @@ sub darcsall { chomp $path; if ($path =~ m#/(.*)/#) { my $pkg = $1; - # bootstrapping.* are just copies of other repos; we don't - # update them directly. - if ($pkg !~ /bootstrapping/) { - darcs (@_, "--repodir", "libraries/$pkg"); - } + darcs (@_, "--repodir", "libraries/$pkg"); } else { die "that pattern can't fail!";