summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-08-15 15:47:41 +0000
committerIan Lynagh <igloo@earth.li>2010-08-15 15:47:41 +0000
commit4ac17e1a625698df98fdc807118c0bb81aefdeb1 (patch)
tree7d773a6d331dd7cda7d5280e1ac095d81e3c22bb /darcs-all
parent0e17d4498cc037d5c18d33fcc4a4885778d266c0 (diff)
downloadhaskell-4ac17e1a625698df98fdc807118c0bb81aefdeb1.tar.gz
Add upstream repo to the packages file
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all4
1 files changed, 2 insertions, 2 deletions
diff --git a/darcs-all b/darcs-all
index 9eee3c6a40..5ced5b79d7 100644
--- a/darcs-all
+++ b/darcs-all
@@ -166,7 +166,7 @@ sub darcsall {
foreach (@repos) {
chomp;
- if (/^([^# ]+) +([^ ]+) +([^ ]+) +([^ ]+)$/) {
+ if (/^([^# ]+) +([^ ]+) +([^ ]+) +([^ ]+) +([^ ]+)$/) {
$localpath = $1;
$tag = $2;
$remotepath = $3;
@@ -227,7 +227,7 @@ sub darcsget {
foreach (@repos) {
chomp;
- if (/^([^ ]+) +([^ ]+) +([^ ]+) +([^ ]+)$/) {
+ if (/^([^ ]+) +([^ ]+) +([^ ]+) +([^ ]+) +([^ ]+)$/) {
$localpath = $1;
$tag = $2;
$remotepath = $3;