29762: bts completion tag update from Ansgar Burchardt.

This commit is contained in:
Clint Adams 2011-09-10 22:28:00 +00:00
parent 571015bc32
commit 01778d160a
2 changed files with 16 additions and 9 deletions

View File

@ -1,3 +1,8 @@
2011-09-10 Clint Adams <clint@zsh.org>
* 29762: Completion/Debian/Command/_bts: bts completion tag
update from Ansgar Burchardt.
2011-09-10 Barton E. Schaefer <schaefer@zsh.org>
* 29760: Completion/compaudit: declare _i_ulwdirs and make sure
@ -15403,5 +15408,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5464 $
* $Revision: 1.5465 $
*****************************************************

View File

@ -85,16 +85,18 @@ case "$words[1]" in
_wanted operator expl 'operator' compadd - '+' '-' '='
elif [[ CURRENT -eq 4 ]]; then
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed security \
potato woody sid help pending upstream lfs sarge experimental \
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
fixed-upstream
compadd patch wontfix moreinfo unreproducible help pending \
fixed security upstream confirmed fixed-upstream \
fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
squeeze-ignore wheezy wheezy-ignore sid experimental
else
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed security \
potato woody sid help pending upstream lfs sarge experimental \
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
fixed-upstream
compadd patch wontfix moreinfo unreproducible help pending \
fixed security upstream confirmed fixed-upstream \
fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
squeeze-ignore wheezy wheezy-ignore sid experimental
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;