mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
22011: Mårten Svantesson <msv@kth.se>: cvs -R is generally available
This commit is contained in:
parent
09a854378a
commit
def23b6dd1
2 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-11-22 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Mårten Svantesson <msv@kth.se>: 22011:
|
||||
Completion/Unix/Command/_cvs: the -R options is more generally
|
||||
available.
|
||||
|
||||
2005-11-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22009: Src/Zle/zle_refresh.c: fix for double-width characters:
|
||||
|
|
|
@ -6,14 +6,9 @@ _cvs() {
|
|||
local extra
|
||||
|
||||
# "+Qqrwtnlvb:T:e:d:Hfz:s:xa"
|
||||
case $OSTYPE in
|
||||
freebsd*|openbsd*|dragonfly*)
|
||||
extra='-R[read only access]'
|
||||
;;
|
||||
esac
|
||||
|
||||
_arguments -s \
|
||||
$extra \
|
||||
'-R[read only access]' \
|
||||
'-a[authenticate]' \
|
||||
'-f[disable .cvsrc]' \
|
||||
'(-n)-l[disable logging]' \
|
||||
|
|
Loading…
Reference in a new issue