Remove the hack to avoid darcs-all operating on bootstrapping directories
authorIan Lynagh <igloo@earth.li>
Sat, 12 Jul 2008 17:06:38 +0000 (17:06 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 12 Jul 2008 17:06:38 +0000 (17:06 +0000)
We no longer create those directories

darcs-all

index 1cc2b24..d25a903 100644 (file)
--- 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!";