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 | |
parent | f45395457bb54b8f60b627ab0a807e9e7d1729d4 (diff) | |
download | zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.tar.gz zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.tar.xz zsh-a4d0b99477d9a82cbdbb8808f6184073f9ed162f.zip |
17478: new tags for sarge.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Debian/Command/_bts | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index a31f08904..b4a24d035 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-24 Clint Adams <clint@zsh.org> + + * 17478: Completion/Debian/Command/_bts: new tags for sarge. + 2002-07-22 Clint Adams <clint@zsh.org> * 17476: Completion/Unix/Command/.distfiles, 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 ;; |