summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2011-09-10 22:28:00 +0000
committerClint Adams <clint@users.sourceforge.net>2011-09-10 22:28:00 +0000
commit01778d160a16fcc5a76a14d3b6392a154e515dc7 (patch)
tree94ca140005c0fc42814f971877ac86c30c0e4e9e
parent571015bc32e6ff3ed648a6b351d05272329386bc (diff)
downloadzsh-01778d160a16fcc5a76a14d3b6392a154e515dc7.tar.gz
zsh-01778d160a16fcc5a76a14d3b6392a154e515dc7.zip
29762: bts completion tag update from Ansgar Burchardt.
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/_bts18
2 files changed, 16 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 980e311d4..c822e58c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
*****************************************************
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 8ef1530c7..4907d15c1 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -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
;;