DarcsConversion: push-all.patch
| File push-all.patch, 0.6 KB (added by guest, 4 years ago) |
|---|
-
push-all
diff --git a/push-all b/push-all index 545cbe2..a191782 100755
a b 40 40 my $path; 41 41 my $tag; 42 42 my $ghcrepo = $checked_out ? $reporoot : "$reporoot/ghc"; 43 darcs_push ($ghcrepo, @_); 44 43 45 44 open IN, "< packages" or die "Can't open packages file"; 46 45 while (<IN>) { 47 46 chomp; 48 if (/^([^ ]+) +(?:([^ ]+) +)?([^ ]+)/) {47 if (/^([^# ]+) +(?:([^ ]+) +)?([^ ]+) +([^ ]+)$/) { 49 48 $localpath = $1; 50 49 $tag = defined($2) ? $2 : ""; 51 50 $remotepath = $3;
