about summary refs log tree commit diff
path: root/Completion/Debian/Command/_bts
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2004-02-19 22:53:28 +0000
committerClint Adams <clint@users.sourceforge.net>2004-02-19 22:53:28 +0000
commit169b440d2b9615efcdfc405caf2f0777c20d8663 (patch)
tree9fe91c560aa399df556bd53a95c4a9f79bff9789 /Completion/Debian/Command/_bts
parentf6de8782b8be44c8eec23c2686968d4a91e7455b (diff)
downloadzsh-4.0-patches.tar.gz
zsh-4.0-patches.tar.xz
zsh-4.0-patches.zip
* unposted: Completion/Debian/Command/_bts: patch from zsh-4.0-patches
  Christian Marillat; complete new BTS tags.
Diffstat (limited to 'Completion/Debian/Command/_bts')
-rw-r--r--Completion/Debian/Command/_bts10
1 files changed, 6 insertions, 4 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 61f36a841..5dbde86ca 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -77,13 +77,15 @@ else
 	 then
 	  _wanted tag expl 'tag' \
 	  compadd patch wontfix moreinfo unreproducible fixed \
-	          security potato woody sid help pending upstream \
-		  sarge experimental
+	          security potato woody sid help pending upstream lfs \
+		  sarge experimental sarge-ignore d-i confirmed ipv6 \
+		  fixed-in-experimental fixed-upstream
 	 else
 	  _wanted tag expl 'tag' \
 	  compadd patch wontfix moreinfo unreproducible fixed \
-	          security potato woody sid help pending upstream \
-		  sarge experimental
+	          security potato woody sid help pending upstream lfs \
+		  sarge experimental sarge-ignore d-i confirmed ipv6 \
+		  fixed-in-experimental fixed-upstream
 	  _wanted sep expl 'separator' compadd -S ' ' , .
 	 fi
 	;;