X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=darcs-all;fp=darcs-all;h=5ced5b79d7433bba640d351667571790234b932d;hp=9eee3c6a408d3d4fbbe0f544c6fdaac207ebb265;hb=4ac17e1a625698df98fdc807118c0bb81aefdeb1;hpb=0e17d4498cc037d5c18d33fcc4a4885778d266c0 diff --git a/darcs-all b/darcs-all index 9eee3c6..5ced5b7 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;