in the log entries, and fix a malformed log entry in Changes5.005
p4raw-id: //depot/perl@27172
! doop.c
____________________________________________________________________________
[ 625] By: TimBunce on 1998/03/02 22:23:48
- Log: Branch: maint-5.004/perl
+ Log:
+ Branch: maint-5.004/perl
! doop.c
____________________________________________________________________________
[ 623] By: TimBunce on 1998/03/02 21:51:53
my $prefix = " " x length $1;
LOG: while (<>) {
next if /^$/;
+ s/^\t/ /;
if (s/^$prefix//) {
$log .= $_;
} elsif (/^\s+Branch:/) {