We might as well show the log message if we're going to produce the patch.

This commit is contained in:
Josef Karthauser 2002-04-01 17:51:27 +00:00
parent cf39046c9d
commit 57e778ac14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93556

View File

@ -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;