X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=push-all;h=ed825fc3bb9bf94ef4089125227e0f5a32d40a3e;hb=e6d754fa58e9ba2f6d990c4975f474615592a9c9;hp=545cbe216a7bc120653205fbcf82c46b0db53d57;hpb=0d2fd55fb1518d4ef715f36625dc1d788ad15c32;p=ghc-hetmet.git diff --git a/push-all b/push-all index 545cbe2..ed825fc 100644 --- a/push-all +++ b/push-all @@ -39,13 +39,11 @@ sub pushall { my $remotepath; my $path; my $tag; - my $ghcrepo = $checked_out ? $reporoot : "$reporoot/ghc"; - darcs_push ($ghcrepo, @_); - + open IN, "< packages" or die "Can't open packages file"; while () { chomp; - if (/^([^ ]+) +(?:([^ ]+) +)?([^ ]+)/) { + if (/^([^# ]+) +(?:([^ ]+) +)?([^ ]+) +([^ ]+)$/) { $localpath = $1; $tag = defined($2) ? $2 : ""; $remotepath = $3;