zsh-workers
 help / color / mirror / code / Atom feed
From: Tanaka Akira <akr@jaist.ac.jp>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: _cvs
Date: 08 Sep 1999 23:56:36 +0900	[thread overview]
Message-ID: <rsqk8q1tpsr.fsf@crane.jaist.ac.jp> (raw)

I fixed typo in _cvs.

Also, I found a strange behaviour with `cvs history' in testing.

On 79 (or wider) column terminal:

is27e1u11% cvs history <TAB>
file
.cvsignore 
.distfiles 
ChangeLog 
ChangeLog.3.0 
Completion/
Config/
Doc/
Etc/
Functions/
INSTALL 
Makefile.in 
Misc/
README 
Src/
StartupFiles/
Util/
acconfig.h 
aclocal.m4 
aczsh.m4 
config.guess*
config.sub*
configure.in 
install-sh*
mkinstalldirs*
option
-?  -D  -T  -X  -a  -b  -c  -e  -f  -l  -m  -n  -o  -p  -r  -t  -u  -w  -x  -z

On 78 (or narrower) column terminal:

is27e1u11% cvs history <TAB>
file
.cvsignore      Doc/            README          aczsh.m4 
.distfiles      Etc/            Src/            config.guess*
ChangeLog       Functions/      StartupFiles/   config.sub*
ChangeLog.3.0   INSTALL         Util/           configure.in 
Completion/     Makefile.in     acconfig.h      install-sh*
Config/         Misc/           aclocal.m4      mkinstalldirs*
option
-?  -T  -a  -c  -f  -m  -o  -r  -u  -x
-D  -X  -b  -e  -l  -n  -p  -t  -w  -z

I suppose that the former is not intentional.

Index: Completion/User/_cvs
===================================================================
RCS file: /projects/zsh/zsh/Completion/User/_cvs,v
retrieving revision 1.1.1.8
diff -u -F^( -r1.1.1.8 _cvs
--- _cvs	1999/09/08 00:48:08	1.1.1.8
+++ _cvs	1999/09/08 14:50:59
@@ -66,11 +66,11 @@
     '-e+:access list to erase (not work with CVS):' \
     '-l-:revision to lock:' \
     '-u-:revision to unlock:' \
-    '-n+:symbolic-name[\:revision]:' \
-    '-N+:symbolic-name[\:revision]:' \
+    '-n+:symbolic-name(\:revision):' \
+    '-N+:symbolic-name(\:revision):' \
     '-m+:revision\:msg:' \
     '-o+:range to delete:' \
-    '-s+:state[\:revision]:' \
+    '-s+:state(\:revision):' \
     '-t-:descriptive text:_cvs_admin_t' \
     '-V+:version (obsolete):' \
     '-k+:keyword substitution:_cvs_k' \
@@ -179,7 +179,7 @@
   # "+lRa:"
   _arguments -s \
     -{l,R} \
-    '-a+:action:(edit unedit commit all none)'
+    '-a+:action:(edit unedit commit all none)' \
     '*:file:_cvs_files'
 }
 
-- 
Tanaka Akira


             reply	other threads:[~1999-09-08 14:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-08 14:56 Tanaka Akira [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-06 15:23 Oliver Kiddle
2000-05-16  0:06 Tanaka Akira
1999-09-09  9:14 Sven Wischnowsky
1999-09-09  8:23 Sven Wischnowsky
1999-09-09  8:50 ` Tanaka Akira
1999-07-28 17:23 Tanaka Akira
1999-07-28 17:50 ` Tanaka Akira

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rsqk8q1tpsr.fsf@crane.jaist.ac.jp \
    --to=akr@jaist.ac.jp \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).