1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22549: improve svn propset completion slightly.

This commit is contained in:
Clint Adams 2006-07-12 02:40:54 +00:00
parent 0a22eb0e0c
commit 91a241292b
2 changed files with 12 additions and 0 deletions

@ -1,3 +1,8 @@
2006-07-12 Clint Adams <clint@zsh.org>
* 22549: Completion/Unix/Command/_subversion:
improve svn propset completion slightly.
2006-07-11 Peter Stephenson <pws@csr.com>
* 22546: Src/parse.c, Test/A04redirect.ztst,

@ -65,6 +65,13 @@ _svn () {
'*:file:_files -g "*(e:_svn_controlled:)"'
)
;;
(propset)
args=(
':propname:(svn:ignore svn:keywords svn:executable svn:eol-style svn:mime-type svn:externals svn:needs-lock)'
${args/(#b)(*--file*):arg:/$match[1]:file:_files}
'*:path or url: _alternative "files:file:_files" "urls:URL:_svn_urls"'
)
;;
resolved)
args+=(
'*:file:_files -g "*(e:_svn_conflicts:)"'