zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _bts (tags)
@ 2006-05-16 23:20 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-05-16 23:20 UTC (permalink / raw)
  To: zsh-workers

Seems that 'tags' is an alias for 'tag'.  Or vice-versa.

Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.6
diff -u -r1.6 _bts
--- Completion/Debian/Command/_bts	21 Jan 2006 04:12:47 -0000	1.6
+++ Completion/Debian/Command/_bts	16 May 2006 23:17:52 -0000
@@ -23,7 +23,7 @@
 
 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 tags severity forwarded notforwarded help \
       clone submitter found notfound block unblock user usertag usertags \
       package owner noowner reportspam cache cleancache
   return
@@ -77,7 +77,7 @@
      _wanted sep expl 'separator' compadd -S ' ' , .
     fi
   ;;
-  tag)
+  tags#)
     if [[ CURRENT -eq 2 ]]; then
       _message -e bugnum 'bug number'
     elif [[ CURRENT -eq 3 ]]; then


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

only message in thread, other threads:[~2006-05-16 23:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-16 23:20 PATCH: _bts (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).