summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Dirson <ydirson@altern.org>2006-06-27 19:57:57 +0200
committerYann Dirson <ydirson@altern.org>2006-06-27 19:57:57 +0200
commit5c307fff48a816dd98accc64042252191726b81f (patch)
treed4eb1967d5b30d07bacddc9eef542104779ff2fe
parent33357c6940d204acac23d9e7ae369d071ce61a01 (diff)
downloadcvsps-5c307fff48a816dd98accc64042252191726b81f.tar.gz
Get rid of useless "branch_add already set" warnings
This was some testing code added by David, which was kept by error
-rw-r--r--cvsps.c7
1 files 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;
}
}