about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-08-17 22:03:56 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-08-19 01:56:53 +0000
commit0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937 (patch)
tree7838b53083866e1f2f358e093d649e44196ce1b4 /ChangeLog
parent9982edbc400814cdd252388546c47768a6aa3168 (diff)
downloadzsh-0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937.tar.gz
zsh-0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937.tar.xz
zsh-0c5f6e911b6e8e1e2a5be5103a8c2da72bfc8937.zip
36208: _subversion: Complete a few more option switches
The while (( idx )) form should guarantee that these switches are only
added if the 'svn' binary supports them.  (One of these switches isn't
present in svn 1.8 or earlier.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aef8e9520..64e2f6d22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-19  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 36208: Completion/Unix/Command/_subversion: _subversion:
+	Complete a few more option switches
+
 2015-08-18  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 36232: Src/compat.c: Unmeta an additional chdir().