From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26127 invoked by alias); 10 Sep 2011 22:26:04 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29762 Received: (qmail 16613 invoked from network); 10 Sep 2011 22:25:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at zsh.org does not designate permitted sender hosts) Date: Sat, 10 Sep 2011 22:19:44 +0000 From: Clint Adams To: Ansgar Burchardt , 641162@bugs.debian.org Cc: zsh-workers@zsh.org Subject: Re: [Pkg-zsh-devel] Bug#641162: completion for bts: update list of tags Message-ID: <20110910221944.GA24401@scru.org> References: <20110910215138.5757.97761.reportbug@deep-thought.43-1.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110910215138.5757.97761.reportbug@deep-thought.43-1.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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 ;;