From 36f6ff071435790c50147d9cc335df67f4f3869d Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Thu, 5 Oct 2000 22:36:32 +0000 Subject: [PATCH] ignore updates too --- dtool/src/attach/ctcvs.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dtool/src/attach/ctcvs.pl b/dtool/src/attach/ctcvs.pl index 3df3591c9f..1c70b39850 100644 --- a/dtool/src/attach/ctcvs.pl +++ b/dtool/src/attach/ctcvs.pl @@ -345,7 +345,9 @@ sub CTCvsIHave { } elsif ( $item =~ /^cvs/ ) { # messages from the server are also ignored } elsif ( $item =~ /^P/ ) { - # messages from the server are also ignored + # new files are ignored + } elsif ( $item =~ /^U/ ) { + # updates are ignored } elsif ( $item =~ /^M/ ) { # here's one we modified local( @foo ) = split( / /, $item ) ;