Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _cvs update -j -j
- X-seq: zsh-workers 16847
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _cvs update -j -j
- Date: Sun, 17 Mar 2002 00:13:22 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
So you can do cvs update -jold_tag -jnew_tag
Index: Completion/Unix/Command/_cvs
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v
retrieving revision 1.10
diff -u -r1.10 _cvs
--- Completion/Unix/Command/_cvs 4 Feb 2002 06:25:36 -0000 1.10
+++ Completion/Unix/Command/_cvs 17 Mar 2002 05:12:14 -0000
@@ -552,7 +552,7 @@
'-k+[keyword]:keyword substitution:_cvs_k' \
'(-D)-r+[specify revision]:tag:_cvs_revisions' \
'(-r)-D+[specify date]:date:_cvs_D' \
- '-j+[merge]:tag:_cvs_revisions' \
+ '*-j+[merge]:tag:_cvs_revisions' \
'*-I+[ignore files]:file:_files' \
'*-W+[wrapper specification]:spec:_files' \
'*:file:_cvs_files'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author