summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Debian/Command/_bts6
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a31f08904..b4a24d035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-24 Clint Adams <clint@zsh.org>
+
+ * 17478: Completion/Debian/Command/_bts: new tags for sarge.
+
2002-07-22 Clint Adams <clint@zsh.org>
* 17476: Completion/Unix/Command/.distfiles,
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index d82606b4d..61f36a841 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -77,11 +77,13 @@ else
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
;;