Enlightenment CVS committal Author : mej Module : CVSROOT
Dir : CVSROOT Modified Files: commit.pl Log Message: Sun Oct 15 15:28:22 2006 Michael Jennings (mej) Don't show .po diffs. ---------------------------------------------------------------------- =================================================================== RCS file: /cvs/e/CVSROOT/commit.pl,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- commit.pl 25 Mar 2006 04:32:32 -0000 1.24 +++ commit.pl 15 Oct 2006 19:28:23 -0000 1.25 @@ -101,6 +101,7 @@ foreach(@changed) { $filename = $_; + next if ($filename =~ /\.po$/); my @tmp = `cvs -f diff -u3 -r $oldrevs{$filename} -r $newrevs{$filename} $filename 2>/dev/null`; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs