1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

Roman Kaminski: 30738: bzr send command

This commit is contained in:
Peter Stephenson 2012-10-19 12:53:48 +00:00
parent 4e38ba5e4c
commit c74171da36
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2012-10-19 Peter Stephenson <pws@csr.com>
* Roman Kaminski: 30738: Completion/Unix/Command/_bzr: send
command.
* Greg Bouzakis: 30741: Completion/Unix/Command/_systemd: add
suspend command.
@ -284,5 +287,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5749 $
* $Revision: 1.5750 $
*****************************************************

View file

@ -396,6 +396,10 @@ case $cmd in
args+=( '--dry-run[do not actually sign anything]' )
;;
(send)
args+=( '*:DIR:_files -/' )
;;
(*)
_message "unknown bzr command completion: $cmd"
return 1