brian       97/08/07 16:03:48

  Modified:    .         log_accum.pl
  Log:
  Another stab....
  
  Revision  Changes    Path
  1.32      +1 -1      CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- log_accum.pl      1997/08/05 23:54:18     1.31
  +++ log_accum.pl      1997/08/07 23:03:46     1.32
  @@ -353,7 +353,7 @@
           push (@branch_lines, split);
           next;
       }
  -    next if (/^[ \t]+Tag:/);
  +    next if (/^[ \t]+Tag:/ and $state != $STATE_LOG);
       if (/^Modified Files/) { $state = $STATE_CHANGED; next; }
       if (/^Added Files/)    { $state = $STATE_ADDED;   next; }
       if (/^Removed Files/)  { $state = $STATE_REMOVED; next; }
  
  
  

Reply via email to