diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-06-02 18:13:05 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-06-02 18:13:05 +0000 |
commit | 35e80f207ee24aa00e5e47b894eb46d7f62541bf (patch) | |
tree | 14b8c70fe4f01b41fb1eb455bf7487960d64d1e4 /Completion/Unix/Command/_bzr | |
parent | 7769912b3fa89fc5fe2a4172394de34aee29fca7 (diff) | |
download | zsh-35e80f207ee24aa00e5e47b894eb46d7f62541bf.tar.gz zsh-35e80f207ee24aa00e5e47b894eb46d7f62541bf.tar.xz zsh-35e80f207ee24aa00e5e47b894eb46d7f62541bf.zip |
Colin Watson: 27027: completion for bzr switch.
Diffstat (limited to 'Completion/Unix/Command/_bzr')
-rw-r--r-- | Completion/Unix/Command/_bzr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr index 70c9bcdf9..a757a1059 100644 --- a/Completion/Unix/Command/_bzr +++ b/Completion/Unix/Command/_bzr @@ -331,6 +331,16 @@ case $cmd in ) ;; +(switch) + args+=( + '--force[Switch even if local commits will be lost]' + '(-q --quiet -v --verbose)'{--quiet,-q}'[be quiet]' + '(-v --verbose -q --quiet)'{--verbose,-v}'[display more information]' + '*:local repository:_files -/' + ) + _bzr_completeParents + ;; + (help) args=( '(-l --long)'{--long,-l}'[use long format]' |