mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
44897: _subversion: Complete --show-item=changelist
This commit is contained in:
parent
d2289b42a7
commit
ed26bf92d6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2019-11-07 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 44897: Completion/Unix/Command/_subversion: Complete
|
||||
--show-item=changelist
|
||||
|
||||
2019-11-06 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||
|
||||
* 44895: Completion/Solaris/Command/_svccfg: complete options
|
||||
|
|
|
@ -19,6 +19,7 @@ _svn () {
|
|||
wc-root "the working copy root path"
|
||||
schedule "'normal', 'add', 'delete', 'replace'"
|
||||
depth "'infinity', 'immediates', 'files', 'empty', 'exclude'"
|
||||
changelist "the changelist this file was added to, if any"
|
||||
)
|
||||
|
||||
local update_policy
|
||||
|
|
Loading…
Reference in a new issue