summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rlog.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-10-28 10:15:08 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-10-28 10:15:08 +0000
commit3a892337330b3297d2124f5d79c6d1692f1830f0 (patch)
treef0eb6169803da6065f8a41baca3effa229a3cf52 /usr.bin/rcs/rlog.c
parentd4387e3eb267640a314f0f715c068f8226104dc3 (diff)
print RCS file info too;
Diffstat (limited to 'usr.bin/rcs/rlog.c')
-rw-r--r--usr.bin/rcs/rlog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/rlog.c b/usr.bin/rcs/rlog.c
index 394b3950988..bb21919ade5 100644
--- a/usr.bin/rcs/rlog.c
+++ b/usr.bin/rcs/rlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rlog.c,v 1.11 2005/10/28 09:52:56 xsa Exp $ */
+/* $OpenBSD: rlog.c,v 1.12 2005/10/28 10:15:07 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -147,6 +147,7 @@ rlog_file(const char *fname, const char *fpath, RCSFILE *file)
struct rcs_access *acp;
struct rcs_lock *lkp;
+ printf("\nRCS file: %s", fpath);
printf("\nWorking file: %s", fname);
printf("\nhead:");
if (file->rf_head != NULL)