From 19b33121efa3b1821a51351a9455b74ff8229e07 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 12 Jul 2008 17:06:38 +0000 Subject: [PATCH] Remove the hack to avoid darcs-all operating on bootstrapping directories We no longer create those directories --- darcs-all | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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!"; -- 1.7.10.4