From owner-cvs-contrib Sun May 25 22:25:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29604 for cvs-contrib-outgoing; Sun, 25 May 1997 22:25:28 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29565; Sun, 25 May 1997 22:24:51 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id NAA02060; Mon, 26 May 1997 13:24:36 +0800 (WST) Message-Id: <199705260524.NAA02060@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/cvs/src commit.c cvs.h import.c logmsg.c In-reply-to: Your message of "Sun, 25 May 1997 22:15:30 MST." <199705260515.WAA26126@freefall.freebsd.org> Date: Mon, 26 May 1997 13:24:36 +0800 From: Peter Wemm Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: [..] > Log: > The problem is that the verifymsg script can't modify the file like > editinfo can, which makes it useless for cleaning up the message (as is > needed for remote commits etc). This change causes the verifymsg handler > to read back the message after the verify script has run and returned an > "OK" exit code. > > Revision Changes Path > 1.2 +755 -385 src/contrib/cvs/src/commit.c > 1.4 +1 -1 src/contrib/cvs/src/cvs.h > 1.2 +181 -113 src/contrib/cvs/src/import.c > 1.2 +489 -82 src/contrib/cvs/src/logmsg.c And, as usual, the rcs delta is much bigger than the change itself. All but logmsg.c were only a couple of changed lines, logmsg.c was an extra 30 lines of code or so. Cheers, -Peter