Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 04:29:58 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        John E Hein <jhein@timing.com>
Cc:        hackers@FreeBSD.org, "Simon L. Nielsen" <simon@FreeBSD.org>
Subject:   Re: cvs tag renaming after repo copy
Message-ID:  <86ir081lu1.fsf@ds4.des.no>
In-Reply-To: <18375.6014.235239.783773@gromit.timing.com> (John E. Hein's message of "Thu\, 28 Feb 2008 13\:20\:14 -0700")
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>

next in thread | previous in thread | raw e-mail | index | archive | help
John E Hein <jhein@timing.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ir081lu1.fsf>