From 1e13a63092874656ba2a8bd5f90762de45a9cda0 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 19 Feb 2004 22:50:25 +0000 Subject: unposted: Completion/Debian/Command/_bts: patch from Christian Marillat; complete new BTS tags. --- ChangeLog | 5 +++++ Completion/Debian/Command/_bts | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9229c1851..008a36e84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-19 Clint Adams + + * unposted: Completion/Debian/Command/_bts: patch from + Christian Marillat; complete new BTS tags. + 2004-02-19 Wayne Davison * unposted: Src/Zle/complist.c: Silenced some compiler warnings diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts index 55dac987e..93ca3349c 100644 --- a/Completion/Debian/Command/_bts +++ b/Completion/Debian/Command/_bts @@ -66,11 +66,15 @@ case "$words[1]" in elif [[ CURRENT -eq 4 ]]; then _wanted tag expl 'tag' \ compadd patch wontfix moreinfo unreproducible fixed security \ - potato woody sid help pending upstream sarge experimental + potato woody sid help pending upstream lfs sarge experimental \ + sarge-ignore d-i confirmed ipv6 fixed-in-experimental \ + fixed-upstream else _wanted tag expl 'tag' \ - compadd patch wontfix moreinfo unreproducible fixed security \ - potato woody sid help pending upstream sarge experimental + compadd patch wontfix moreinfo unreproducible fixed security \ + potato woody sid help pending upstream lfs sarge experimental \ + sarge-ignore d-i confirmed ipv6 fixed-in-experimental \ + fixed-upstream _wanted sep expl 'separator' compadd -S ' ' , . fi ;; -- cgit 1.4.1