Here is the patch. It seems to have been lost before.

--- /usr/bin/cvsu       2002-03-11 17:24:18.000000000 +0000
+++ /mnt/usr/bin/cvsu   2005-01-20 15:33:11.000000000 +0000
@@ -138,7 +138,7 @@
     my $pathfile;

     return
-       if $ignore_rx ne '' && $type eq "?" && $file =~ /$ignore_rx/;
+       if $ignore_rx ne '' && ( $type eq "?" || $type eq "D" ) && $file =~ 
/$ignore_rx/;

     return
        if (index($list_types, $type) < 0);



-- 
David Pashley
[EMAIL PROTECTED]
Runtime Collective


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to