about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-07-24 15:50:37 +0000
committerClint Adams <clint@users.sourceforge.net>2002-07-24 15:50:37 +0000
commit0501b43931d719bd351f8f09ceaa79f04415672f (patch)
tree210f91f3e7596f91a1f1bf8c74bfb82f1a87646c
parent62613e6298d487f25b1b58814dabf43ee10c2d7e (diff)
downloadzsh-0501b43931d719bd351f8f09ceaa79f04415672f.tar.gz
zsh-0501b43931d719bd351f8f09ceaa79f04415672f.tar.xz
zsh-0501b43931d719bd351f8f09ceaa79f04415672f.zip
17478: new tags for sarge.
-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 38735a5d4..0eaa2ea21 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
 	;;