Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _subversion: Complete --show-item=changelist



---
Added upstream in r1869481, to be released in 1.15.0 in April.  Shall I just
push this now, or?

Cheers,

Daniel


 Completion/Unix/Command/_subversion | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index 120f17642..28223c55b 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -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



Messages sorted by: Reverse Date, Date, Thread, Author