DarcsConversion: darcs-all.patch
| File darcs-all.patch, 464 bytes (added by guest, 4 years ago) |
|---|
-
darcs-all
diff --git a/darcs-all b/darcs-all index 0462930..0272df5 100755
a b 56 56 my $path; 57 57 my $tag; 58 58 59 darcs @_;60 61 59 open IN, "< packages" or die "Can't open packages file"; 62 60 while (<IN>) { 63 61 chomp; 64 if (/^([^ ]+) +(?:([^ ]+) +)?([^ ]+)/) {62 if (/^([^# ]+) +(?:([^ ]+) +)?([^ ]+) +([^ ]+)$/) { 65 63 $localpath = $1; 66 64 $tag = defined($2) ? $2 : ""; 67 65
