Re: cvs tag renaming after repo copy
- From: Dag-Erling Smørgrav <des@xxxxxx>
- Date: Fri, 29 Feb 2008 04:29:58 +0100
John E Hein <jhein@xxxxxxxxxx> 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
--
Dag-Erling Smørgrav - des@xxxxxx
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- cvs tag renaming after repo copy
- From: John Hein
- Re: cvs tag renaming after repo copy
- From: Simon L. Nielsen
- Re: cvs tag renaming after repo copy
- From: Dag-Erling Smørgrav
- Re: cvs tag renaming after repo copy
- From: John E Hein
- Re: cvs tag renaming after repo copy
- From: Dag-Erling Smørgrav
- Re: cvs tag renaming after repo copy
- From: John E Hein
- cvs tag renaming after repo copy
- Prev by Date: Re: Modular type GENERIC?
- Next by Date: Re: umass: should the device specific information be moved from C code to the text file?
- Previous by thread: Re: cvs tag renaming after repo copy
- Next by thread: Re: cvs tag renaming after repo copy
- Index(es):
Relevant Pages
|