From owner-p4-projects@FreeBSD.ORG Tue Jul 29 16:53:48 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 13D0E1065676; Tue, 29 Jul 2008 16:53:48 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96691065672; Tue, 29 Jul 2008 16:53:47 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0416F8FC17; Tue, 29 Jul 2008 16:53:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <488F4B1A.3000207@FreeBSD.org> Date: Tue, 29 Jul 2008 18:53:46 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Gabor Kovesdan References: <200807291601.m6TG1FXh039193@repoman.freebsd.org> In-Reply-To: <200807291601.m6TG1FXh039193@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Perforce Change Reviews Subject: Re: PERFORCE change 146209 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 16:53:48 -0000 Gabor Kovesdan wrote: > http://perforce.freebsd.org/chv.cgi?CH=146209 > > Change 146209 by gabor@gabor_server on 2008/07/29 16:01:05 > > - Just handle some command line options as noop. They seem to be > rarely used based on the resources describing them. From now on > let's concentrate on the really practical features instead of > these ones. I don't think it's a good idea to "implement" options as NOPs unless they really are NOPs. This will just cause silent failure and/or script misbehaviour, which may be very hard to track down. Kris