summaryrefslogtreecommitdiff
path: root/Completion/Debian/Command/_bts
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-07-24 15:47:50 +0000
committerClint Adams <clint@users.sourceforge.net>2002-07-24 15:47:50 +0000
commita4d0b99477d9a82cbdbb8808f6184073f9ed162f (patch)
treeca2fbd7022469f89b3407a50f2ebc88fe3710ec4 /Completion/Debian/Command/_bts
parentf45395457bb54b8f60b627ab0a807e9e7d1729d4 (diff)
downloadzsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.tar.gz
zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.zip
17478: new tags for sarge.
Diffstat (limited to 'Completion/Debian/Command/_bts')
-rw-r--r--Completion/Debian/Command/_bts6
1 files changed, 4 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index d82606b4d..61f36a841 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -77,11 +77,13 @@ else
then
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed \
- security potato woody sid
+ security potato woody sid help pending upstream \
+ sarge experimental
else
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed \
- security potato woody sid
+ security potato woody sid help pending upstream \
+ sarge experimental
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;