From 5c307fff48a816dd98accc64042252191726b81f Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 27 Jun 2006 19:57:57 +0200 Subject: Get rid of useless "branch_add already set" warnings This was some testing code added by David, which was kept by error --- cvsps.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cvsps.c b/cvsps.c index 981cd78..81c6e21 100644 --- a/cvsps.c +++ b/cvsps.c @@ -2471,11 +2471,10 @@ static void set_psm_initial(PatchSetMember * psm) if (psm->post_rev->dead) { /* - * we expect a 'file xyz initially added on branch abc' here - * but there can only be one such member in a given patchset + * We expect a 'file xyz initially added on branch abc' here. + * There can only be several such member in a given patchset, + * since cvs only includes the file basename in the log message. */ - if (psm->ps->branch_add) - debug(DEBUG_APPMSG1, "WARNING: branch_add already set!"); psm->ps->branch_add = 1; } } -- cgit v1.2.1