[webkit-changes] cvs commit: WebKitTools/Scripts prepare-ChangeLog

John sullivan at opensource.apple.com
Tue Dec 6 13:54:56 PST 2005


sullivan    05/12/06 13:54:56

  Modified:    .        ChangeLog
               Scripts  prepare-ChangeLog
  Log:
          Reviewed by Darin Adler.
  
          * Scripts/prepare-ChangeLog:
          Remove special-case handling for nib files. This avoided trouble with cvs diff
          when we were using wrappers for nib files. Now that we aren't using wrappers,
          there's no reason to avoid adding the modified nib files to the file list that
          gets diffed.
  
  Revision  Changes    Path
  1.127     +10 -0     WebKitTools/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/ChangeLog,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- ChangeLog	6 Dec 2005 07:20:42 -0000	1.126
  +++ ChangeLog	6 Dec 2005 21:54:55 -0000	1.127
  @@ -1,3 +1,13 @@
  +2005-12-06  John Sullivan  <sullivan at apple.com>
  +
  +        Reviewed by Darin Adler.
  +
  +        * Scripts/prepare-ChangeLog:
  +        Remove special-case handling for nib files. This avoided trouble with cvs diff
  +        when we were using wrappers for nib files. Now that we aren't using wrappers,
  +        there's no reason to avoid adding the modified nib files to the file list that
  +        gets diffed.
  +
   2005-12-05  Eric Seidel  <eseidel at apple.com>
   
           Reviewed by mjs.
  
  
  
  1.6       +1 -1      WebKitTools/Scripts/prepare-ChangeLog
  
  Index: prepare-ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebKitTools/Scripts/prepare-ChangeLog,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- prepare-ChangeLog	21 Nov 2005 09:36:51 -0000	1.5
  +++ prepare-ChangeLog	6 Dec 2005 21:54:55 -0000	1.6
  @@ -79,7 +79,7 @@
         {
           my $file = $1;
           $function_lists{$file} = "";
  -        push @changed_files, $file if $file ne "ChangeLog" && $file !~ /\.nib$/;
  +        push @changed_files, $file if $file ne "ChangeLog";
         }
   
       push @conflict_files, $1 if /^[C] (.+)$/;
  
  
  



More information about the webkit-changes mailing list