Add upstream repo to the packages file
[ghc-hetmet.git] / darcs-all
index 9eee3c6..5ced5b7 100644 (file)
--- 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;