From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5175 invoked from network); 24 Jul 2002 15:45:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Jul 2002 15:45:21 -0000 Received: (qmail 10514 invoked by alias); 24 Jul 2002 15:45:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17478 Received: (qmail 10500 invoked from network); 24 Jul 2002 15:45:14 -0000 Date: Wed, 24 Jul 2002 11:45:09 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: _bts Message-ID: <20020724154509.GA7839@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Patch is from Christian Marillat with a typo correction. Index: Completion/Debian/Command/_bts =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v retrieving revision 1.1 diff -u -r1.1 _bts --- Completion/Debian/Command/_bts 30 Sep 2001 20:24:15 -0000 1.1 +++ Completion/Debian/Command/_bts 24 Jul 2002 15:40:57 -0000 @@ -77,11 +77,13 @@ 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 ;;