From owner-freebsd-cvsweb@FreeBSD.ORG Thu May 5 21:09:46 2005 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0071316A4CE for ; Thu, 5 May 2005 21:09:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39C043DC9 for ; Thu, 5 May 2005 21:09:45 +0000 (GMT) (envelope-from jpnairn@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so264536wra for ; Thu, 05 May 2005 14:09:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=W1H3ysYvpuQZFbj/bydlCdOqNKwurepG9MupSN/5nz6Ee+thpdTVebP080x/gkRKXSRX/G7T1lRB6ZrPhWFBhqOBoZSGeDMG84+H//JMqq0SuSzhT44L9DKf+MfmjoPYBTd7bLBHhlGLVez4Uq3y9uiy5Dcmh60vGBlGoIqqhfc= Received: by 10.54.13.76 with SMTP id 76mr396308wrm; Thu, 05 May 2005 14:09:44 -0700 (PDT) Received: by 10.54.153.4 with HTTP; Thu, 5 May 2005 14:09:44 -0700 (PDT) Message-ID: <3bccd73d05050514095645d09e@mail.gmail.com> Date: Thu, 5 May 2005 14:09:44 -0700 From: Jerry Nairn To: freebsd-cvsweb@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Log view diff line X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jerry Nairn List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 21:09:46 -0000 Suggested changes to diff links in the log view: On the four lines which have: $diff =3D ''; $printed =3D 1; I have changed it to: $diff =3D ','; $printed =3D 1; I feel it is clearer with the separator in it. Other characters or combinations of characters might be better. I changed the string ' next main ' to ' to next main ' to be consistent with the other links, ' to previous ' and ' to branchpoint '. Thanks, Jerry Nairn