Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _bts



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



Messages sorted by: Reverse Date, Date, Thread, Author