[Pkg-zsh-devel] Bug#641162: Bug#641162: completion for bts: update list of tags
Clint Adams
clint at zsh.org
Sat Sep 10 22:19:44 UTC 2011
On Sat, Sep 10, 2011 at 11:51:38PM +0200, Ansgar Burchardt wrote:
> the list of tags for the bts completion is outdated, at least all
> release tags since lenny are missing.
>
> I updated the list of tags from [1]. Please consider applying the
> attached patch.
Thanks!
Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.13
diff -u -r1.13 _bts
--- Completion/Debian/Command/_bts 28 Apr 2010 12:16:59 -0000 1.13
+++ Completion/Debian/Command/_bts 10 Sep 2011 22:18:45 -0000
@@ -85,16 +85,18 @@
_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
;;
More information about the Pkg-zsh-devel
mailing list