about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-05-18 13:15:11 +0000
committerClint Adams <clint@users.sourceforge.net>2006-05-18 13:15:11 +0000
commitb58e90d2771881b7b887f9b6ac1b50fc9bffa80b (patch)
tree39821eaacd2fdbbba7386d3c9c093b44cfefbfcb
parent8251aa1028eef1dcbb350e0e0e0e7f10452e8c55 (diff)
downloadzsh-b58e90d2771881b7b887f9b6ac1b50fc9bffa80b.tar.gz
zsh-b58e90d2771881b7b887f9b6ac1b50fc9bffa80b.tar.xz
zsh-b58e90d2771881b7b887f9b6ac1b50fc9bffa80b.zip
22446: acknowledge that tags is an alias of tag.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_bts4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index db4abd1cf..5f7b44b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-18  Clint Adams  <clint@zsh.org>
+
+	* 22446: Completion/Debian/Command/_bts: acknowledge that
+	tags is an alias of tag.
+
 2006-05-12  Wayne Davison  <wayned@users.sourceforge.net>
 
 	* unposted: Completion/Unix/Command/_bzr: added a bunch of
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 38c5582a8..8a10bb29f 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -23,7 +23,7 @@ compset -N '[,.]' && first=0
 
 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 @@ case "$words[1]" in
      _wanted sep expl 'separator' compadd -S ' ' , .
     fi
   ;;
-  tag)
+  tags#)
     if [[ CURRENT -eq 2 ]]; then
       _message -e bugnum 'bug number'
     elif [[ CURRENT -eq 3 ]]; then