summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-03-06 13:23:00 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-03-06 13:23:00 +0000
commit2fbc05d62fcb5f36fc731fc22ce1faf531c7d568 (patch)
tree9c3119a93aad9140eb2ceb4615c29dd031f3a49b /usr.bin/cvs
parent6457be566dedd330ad31b8ca0dbb339f7af3c4d2 (diff)
adapt informative message if we are sending output to stdout.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/diff3.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/cvs/diff3.c b/usr.bin/cvs/diff3.c
index 71e8dfbee75..ec0fdc47f8f 100644
--- a/usr.bin/cvs/diff3.c
+++ b/usr.bin/cvs/diff3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff3.c,v 1.16 2006/03/06 08:46:55 xsa Exp $ */
+/* $OpenBSD: diff3.c,v 1.17 2006/03/06 13:22:59 xsa Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -72,7 +72,7 @@ static const char copyright[] =
#ifndef lint
static const char rcsid[] =
- "$OpenBSD: diff3.c,v 1.16 2006/03/06 08:46:55 xsa Exp $";
+ "$OpenBSD: diff3.c,v 1.17 2006/03/06 13:22:59 xsa Exp $";
#endif /* not lint */
#include "includes.h"
@@ -234,9 +234,6 @@ cvs_diff3(RCSFILE *rf, char *workfile, RCSNUM *rev1, RCSNUM *rev2)
data = cvs_buf_release(b1);
diffb = b1 = NULL;
- cvs_printf("Merging differences between %s and %s into %s\n",
- r1, r2, workfile);
-
if ((diffb = cvs_patchfile(data, patch, ed_patch_lines)) == NULL)
goto out;