diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-09-04 02:47:19 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-09-04 02:56:54 +0000 |
| commit | 2829e32e3cc894bdd4fffced1cfd78a72dbff763 (patch) | |
| tree | 1f91d42d6dda60949bf19c9e251256d14c90c1f0 | |
| parent | 44726/0001: _subversion: Use 'svn help -v' to show global options, experiment... (diff) | |
| download | zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar.gz zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar.bz2 zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar.lz zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar.xz zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.tar.zst zsh-2829e32e3cc894bdd4fffced1cfd78a72dbff763.zip | |
44726/0002: _subversion: Update --show-item= completion to 1.12.0.
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Completion/Unix/Command/_subversion | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2019-09-04 Daniel Shahaf <d.s@daniel.shahaf.name> + * 44726/0002: Completion/Unix/Command/_subversion: Update + --show-item= completion to 1.12.0. + * 44726/0001: Completion/Unix/Command/_subversion: Use 'svn help -v' to show global options, experimental options, and experimental subcommands (upstream issue SVN-4828, to be diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 6d9178a2f..2c8085045 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -11,11 +11,14 @@ _svn () { relative-url "the repository-relative URL" repos-root-url "the repository root URL" repos-uuid "the repository UUID" + repos-size "the size of TARGET in the repository (for files only)" revision "the revision of TARGET" last-changed-revision "the most recent revision in which TARGET was changed" last-changed-date "the date of the last-changed revision" last-changed-author "the author of the last-changed revision" wc-root "the working copy root path" + schedule "'normal', 'add', 'delete', 'replace'" + depth "'infinity', 'immediates', 'files', 'empty', 'exclude'" ) local update_policy |
