summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-04-01 17:51:27 +0000
committerjoe <joe@FreeBSD.org>2002-04-01 17:51:27 +0000
commit63534f6287d855f81ed919ba797b4c529e06f9f0 (patch)
treeebb30df592bfbe723388e98972debd8fb236306d /tools
parent07129623b034fca845c1e24eb4a8daea9c62f2bf (diff)
downloadFreeBSD-src-63534f6287d855f81ed919ba797b4c529e06f9f0.zip
FreeBSD-src-63534f6287d855f81ed919ba797b4c529e06f9f0.tar.gz
We might as well show the log message if we're going to produce the patch.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/commitsdb/query_commit_db4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tools/commitsdb/query_commit_db b/tools/tools/commitsdb/query_commit_db
index 003d45f..e855efb 100644
--- a/tools/tools/commitsdb/query_commit_db
+++ b/tools/tools/commitsdb/query_commit_db
@@ -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;
OpenPOWER on IntegriCloud