zsh-workers
 help / color / mirror / code / Atom feed
* Re: [Pkg-zsh-devel] Bug#641162: completion for bts: update list of tags
       [not found] <20110910215138.5757.97761.reportbug@deep-thought.43-1.org>
@ 2011-09-10 22:19 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2011-09-10 22:19 UTC (permalink / raw)
  To: Ansgar Burchardt, 641162; +Cc: zsh-workers

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
   ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-10 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20110910215138.5757.97761.reportbug@deep-thought.43-1.org>
2011-09-10 22:19 ` [Pkg-zsh-devel] Bug#641162: completion for bts: update list of tags Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).