Module Name: src
Committed By: christos
Date: Sun Feb 4 21:42:24 UTC 2024
Modified Files:
src/external/gpl2/xcvs/dist/src: client.c
Log Message:
mention if we are prunning.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl2/xcvs/dist/src/client.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/dist/src/client.c
diff -u src/external/gpl2/xcvs/dist/src/client.c:1.5 src/external/gpl2/xcvs/dist/src/client.c:1.6
--- src/external/gpl2/xcvs/dist/src/client.c:1.5 Tue May 17 10:00:09 2016
+++ src/external/gpl2/xcvs/dist/src/client.c Sun Feb 4 16:42:24 2024
@@ -10,7 +10,7 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. */
#include <sys/cdefs.h>
-__RCSID("$NetBSD: client.c,v 1.5 2016/05/17 14:00:09 christos Exp $");
+__RCSID("$NetBSD: client.c,v 1.6 2024/02/04 21:42:24 christos Exp $");
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -2289,6 +2289,7 @@ process_prune_candidates (void)
struct save_dir *p;
struct save_dir *q;
+ processing = "prune";
if (toplevel_wd)
{
if (CVS_CHDIR (toplevel_wd) < 0)