From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 29 03:30:04 2008 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542AC106566C; Fri, 29 Feb 2008 03:30:04 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 106718FC15; Fri, 29 Feb 2008 03:30:03 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 688E62087; Fri, 29 Feb 2008 04:30:00 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.3/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 58ACC207E; Fri, 29 Feb 2008 04:29:59 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: John E Hein References: <18373.33662.614583.231211@gromit.timing.com> <20080227201203.GA1101@zaphod.nitro.dk> <86fxvd18te.fsf@ds4.des.no> <18374.55925.429800.520009@gromit.timing.com> <86r6ew27r6.fsf@ds4.des.no> <18375.6014.235239.783773@gromit.timing.com> Date: Fri, 29 Feb 2008 04:29:58 +0100 In-Reply-To: <18375.6014.235239.783773@gromit.timing.com> (John E. Hein's message of "Thu\, 28 Feb 2008 13\:20\:14 -0700") Message-ID: <86ir081lu1.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: hackers@FreeBSD.org, "Simon L. Nielsen" Subject: Re: cvs tag renaming after repo copy X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 03:30:04 -0000 John E Hein writes: > - if ($tag !~ m/\./ && # skip vendor tags > + if ($tag !~ m/\./ # skip vendor tags > && (!@exclude || !grep({ $_ eq $tag } @exclude)) > && (!@include || grep({ $_ eq $tag } @include))) { Oops... Maybe that's why people were still using John's version :) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no