diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-07-24 15:47:50 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-07-24 15:47:50 +0000 |
commit | a4d0b99477d9a82cbdbb8808f6184073f9ed162f (patch) | |
tree | ca2fbd7022469f89b3407a50f2ebc88fe3710ec4 /Completion/Debian | |
parent | f45395457bb54b8f60b627ab0a807e9e7d1729d4 (diff) | |
download | zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.tar.gz zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.tar.xz zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.zip |
17478: new tags for sarge.
Diffstat (limited to 'Completion/Debian')
-rw-r--r-- | Completion/Debian/Command/_bts | 6 |
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 ;; |