diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-15 15:47:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-15 15:47:41 +0000 |
commit | 4ac17e1a625698df98fdc807118c0bb81aefdeb1 (patch) | |
tree | 7d773a6d331dd7cda7d5280e1ac095d81e3c22bb /darcs-all | |
parent | 0e17d4498cc037d5c18d33fcc4a4885778d266c0 (diff) | |
download | haskell-4ac17e1a625698df98fdc807118c0bb81aefdeb1.tar.gz |
Add upstream repo to the packages file
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |