From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15223 invoked from network); 19 Jan 2000 01:13:45 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Jan 2000 01:13:45 -0000 Received: (qmail 15630 invoked by alias); 19 Jan 2000 01:13:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9360 Received: (qmail 15619 invoked from network); 19 Jan 2000 01:13:27 -0000 To: zsh-workers@sunsite.auc.dk Subject: PATCH: _cvs for cvs-1.10.8 MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 19 Jan 2000 10:13:25 +0900 Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) I found that `cvs update' of cvs-1.10.8 has new option -C. This patch also modifies _cvs_history to add some description. Index: Completion/User/_cvs =================================================================== RCS file: /projects/zsh/zsh/Completion/User/_cvs,v retrieving revision 1.1.1.25 diff -u -r1.1.1.25 _cvs --- Completion/User/_cvs 2000/01/14 09:14:18 1.1.1.25 +++ Completion/User/_cvs 2000/01/19 01:04:35 @@ -215,16 +215,16 @@ -{T,a,c,e,l,o,w,\?} \ '-D+:date:_cvs_D' \ '-b+:string:' \ - '-f+:arg:' \ + '-f+:file:_cvs_files' \ '-m+:module:_cvs_modules' \ - '-n+:arg:' \ + '-n+:module:_cvs_modules' \ '*-p+:repository:' \ '-r+:rev:' \ '-t+:tag:' \ '-u+:user name:' \ '-x+:type:_cvs_history_x' \ '-X+:arg:' \ - '-z+:arg:' \ + '-z+:timezone:' \ '*:file:_cvs_files' } @@ -345,7 +345,7 @@ _cvs_update () { # "+ApPflRQqduk:r:D:j:I:W:" _arguments -s \ - -{A,p,P,f,l,R,Q,q,d,u} \ + -{A,C,p,P,f,l,R,Q,q,d,u} \ '-k+:keyword substitution:_cvs_k' \ '-r+:tag:_cvs_revisions' \ '-D+:date:_cvs_D' \ -- Tanaka Akira