We might as well show the log message if we're going to produce the patch.
This commit is contained in:
parent
07129623b0
commit
63534f6287
@ -57,6 +57,10 @@ while (<DB>) {
|
||||
}
|
||||
close DB;
|
||||
|
||||
# May as well show the log message if we're producing a patch
|
||||
print `cvs log -r$revision $file` if $genpatch;
|
||||
|
||||
# Show the commits that match, and their patches if required.
|
||||
foreach my $r (sort @results) {
|
||||
print "$r\n";
|
||||
next unless $genpatch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user