summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/_bts4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 41c4de6c4..bf21bd718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-10 Clint Adams <clint@zsh.org>
+
+ * 27127: Vincent Bernat: Completion/Debian/Command/_bts: handle
+ bts fixed and bts notfixed.
+
2009-07-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 27126: Src/exec.c, Src/init.c, Test/A01grammar.ztst,
@@ -11954,5 +11959,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4735 $
+* $Revision: 1.4736 $
*****************************************************
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 663102d13..fb5cc52e3 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -26,7 +26,7 @@ if [[ CURRENT -eq 1 ]]; then
reassign merge unmerge tag tags severity forwarded notforwarded help \
clone submitter found notfound block unblock user usertag usertags \
package owner noowner reportspam cache cleancache claim unclaim \
- subscribe unsubscribe
+ subscribe unsubscribe fixed notfixed
return
fi
@@ -147,7 +147,7 @@ case "$words[1]" in
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;
- (found|notfound)
+ (found|notfound|fixed|notfixed)
if [[ CURRENT -eq 2 ]]; then
_message -e bugnum 'bug number'
elif [[ CURRENT -eq 3 ]]; then