Colin Watson: 27027: completion for bzr switch.

This commit is contained in:
Clint Adams 2009-06-02 18:13:05 +00:00
parent 7769912b3f
commit 35e80f207e
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-06-02 Clint Adams <clint@zsh.org>
* Colin Watson: 27027: Completion/Unix/Command/_bzr:
completion for bzr switch.
2009-06-02 Peter Stephenson <pws@csr.com>
* Akinori MUSHA: private communication:
@ -11812,5 +11817,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4708 $
* $Revision: 1.4709 $
*****************************************************

View File

@ -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]'