1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-28 14:22:22 +01:00

* unposted: Completion/Debian/Command/_bts: patch from

Christian Marillat; complete new BTS tags.
This commit is contained in:
Clint Adams 2004-02-19 22:53:28 +00:00
parent f6de8782b8
commit 169b440d2b
2 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2004-02-19 Clint Adams <schizo@debian.org>
* unposted: Completion/Debian/Command/_bts: patch from
Christian Marillat; complete new BTS tags.
2003-12-19 Peter Stephenson <pws@csr.com>
* unposted: Config/version.mk, README: zsh-4.0.9.

View file

@ -77,13 +77,15 @@ else
then
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed \
security potato woody sid help pending upstream \
sarge experimental
security potato woody sid help pending upstream lfs \
sarge experimental sarge-ignore d-i confirmed ipv6 \
fixed-in-experimental fixed-upstream
else
_wanted tag expl 'tag' \
compadd patch wontfix moreinfo unreproducible fixed \
security potato woody sid help pending upstream \
sarge experimental
security potato woody sid help pending upstream lfs \
sarge experimental sarge-ignore d-i confirmed ipv6 \
fixed-in-experimental fixed-upstream
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;