Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _bts (new subcommands)
- X-seq: zsh-workers 22166
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _bts (new subcommands)
- Date: Fri, 20 Jan 2006 20:44:03 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Options are still missing.
Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.4
diff -u -r1.4 _bts
--- Completion/Debian/Command/_bts	19 Feb 2004 22:50:30 -0000	1.4
+++ Completion/Debian/Command/_bts	21 Jan 2006 01:42:38 -0000
@@ -6,7 +6,9 @@
 
 if [[ CURRENT -eq 1 ]]; then
   _wanted cmd expl 'bts command' compadd show bugs close reopen retitle \
-      reassign merge unmerge tag severity forwarded notforwarded help
+      reassign merge unmerge tag severity forwarded notforwarded help \
+      clone submitter found notfound block unblock user usertag \
+      package owner noowner reportspam cache cleancache
   return
 fi
 
Messages sorted by:
Reverse Date,
Date,
Thread,
Author