We might as well show the log message if we're going to produce the patch.
This commit is contained in:
parent
cf39046c9d
commit
57e778ac14
@ -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…
Reference in New Issue
Block a user