[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-common/release/svn/svn-migration
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-04-20 17:14:04
Message-ID: 20050420171404.22DCE67B () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

if you die because there happens to be a "date" in a line, you leave several
other files untouched 


  M +2 -2      translate-accounts.pl   1.15


--- kde-common/release/svn/svn-migration/translate-accounts.pl  #1.14:1.15
@@ -106,10 +106,10 @@
       {
           my $author = $1 if (/;\tauthor (\S+);\t/);
-          die unless defined $author;
+          next unless defined $author;
           if (exists $accountRenames{$author})
           {
               my $rev = $lastline;
               chomp($rev);
-              die unless exists $renamed_commits{$rev};
+              next unless exists $renamed_commits{$rev};
               s,author $author,author $renamed_commits{$rev},;
           }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic