diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 20:55:36 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 20:55:36 +0000 |
commit | 61d10c518e93482249f8b02e25453ef9e49992f4 (patch) | |
tree | 33e51e28b3c8da02beb0d0eace99b9da22a77990 /usr.bin/cvs/update.c | |
parent | b7a4d2a9341327d00b750b490cf05a3321e06eee (diff) |
fix diffing by sending the base directory just before sending the 'diff'
command, and remove some debugging messages
Diffstat (limited to 'usr.bin/cvs/update.c')
-rw-r--r-- | usr.bin/cvs/update.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index c748218eed0..5952263d4a5 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.4 2004/07/30 01:49:24 jfb Exp $ */ +/* $OpenBSD: update.c,v 1.5 2004/07/30 20:55:35 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -127,8 +127,6 @@ cvs_update_file(CVSFILE *cf, void *arg) struct cvsroot *root; struct cvs_ent *entp; - cvs_log(LP_DEBUG, "%s: updating %s", __func__, cf->cf_path); - if (cf->cf_type == DT_DIR) { root = cf->cf_ddat->cd_root; if ((cf->cf_parent == NULL) || |