brian 97/08/11 12:09:25
Modified: . log_accum.pl
Log:
Comment out for now until we *know* how to do this right.
Revision Changes Path
1.34 +1 -1 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- log_accum.pl 1997/08/08 10:01:16 1.33
+++ log_accum.pl 1997/08/11 19:09:22 1.34
@@ -353,7 +353,7 @@
push (@branch_lines, split);
next;
}
- next if (/^[ \t]+Tag:/ && $state != $STATE_LOG);
+# next if (/^[ \t]+Tag:/ && $state != $STATE_LOG);
if (/^Modified Files/) { $state = $STATE_CHANGED; next; }
if (/^Added Files/) { $state = $STATE_ADDED; next; }
if (/^Removed Files/) { $state = $STATE_REMOVED; next; }