Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Pkg-zsh-devel] Bug#641162: completion for bts: update list of tags
- X-seq: zsh-workers 29762
- From: Clint Adams <clint@xxxxxxx>
- To: Ansgar Burchardt <ansgar@xxxxxxxxxx>, 641162@xxxxxxxxxxxxxxx
- Subject: Re: [Pkg-zsh-devel] Bug#641162: completion for bts: update list of tags
- Date: Sat, 10 Sep 2011 22:19:44 +0000
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <20110910215138.5757.97761.reportbug@deep-thought.43-1.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20110910215138.5757.97761.reportbug@deep-thought.43-1.org>
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
;;
Messages sorted by:
Reverse Date,
Date,
Thread,
Author