From: Rob H. <for...@us...> - 2001-12-17 19:27:23
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv10212/lib/SandWeb/Repository Modified Files: CVS.pm Log Message: fixed stupid typos that broke VCS diff. the more i think about it now, the code duplication makes sense in Repository and CVS so we can do more intelligent parsing and more features later on. Index: CVS.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/CVS.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- CVS.pm 2001/12/16 09:12:49 1.16 +++ CVS.pm 2001/12/17 19:27:19 1.17 @@ -225,5 +225,5 @@ my @files = split(' ', $file); my @filenames = (); - + foreach my $filename (@files) { if (! $filename) { |