cvs tag renaming after repo copy

Dag-Erling Smørgrav des at des.no
Fri Feb 29 03:30:04 UTC 2008


John E Hein <jhein at 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
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-hackers mailing list