Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#537461: zsh: reportbug completion is not up-to-date
- X-seq: zsh-workers 27160
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, 537461@xxxxxxxxxxxxxxx
- Subject: Re: Bug#537461: zsh: reportbug completion is not up-to-date
- Date: Sat, 18 Jul 2009 18:18:35 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20090718155304.GA8007@xvii>
- Mail-followup-to: Vincent Lefevre <vincent@xxxxxxxxxx>, 537461@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090718155304.GA8007@xvii>
On Sat, Jul 18, 2009 at 05:53:04PM +0200, Vincent Lefevre wrote:
> Completion rules for reportbug[*] are not up-to-date. For instance,
> --no-bts-query no longer exists. Also
> '(-n --no-query-bts --query-bts)'{-b,--no-query-bts}'[do not query BTS]' \
>
> looks suspicious.
Right.
Index: Completion/Debian/Command/_bug
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bug,v
retrieving revision 1.5
diff -u -r1.5 _bug
--- Completion/Debian/Command/_bug 8 Jun 2005 12:45:34 -0000 1.5
+++ Completion/Debian/Command/_bug 18 Jul 2009 18:17:32 -0000
@@ -41,7 +41,6 @@
'(-x --no-cc)'{-x,--no-cc}'[do not cc submitter]' \
'(-z --no-compress)'{-z,--no-compress}'[send configs verbatim]' \
'(-a --af)'{-a,--af}'[use af instead of editor]' \
- '(-b --no-bts-query)'{-b,--no-bts-query}'[do not check bts]' \
'(-g --gpg --gnupg)'{-g,--gpg,--gnupg}'[sign report with GnuPG]' \
'(-i --include)'{-i,--include}'[include text]:include file:_files' \
'(-A --attach)'{-A,--attach=}'[attach file]:attachment:_files' \
@@ -82,7 +81,7 @@
'--list-cc=:carbon copy:' \
'--report-quiet' \
'(-O --offline)'{-O,--offline}'[disable external queries]' \
- '(-n --no-query-bts --query-bts)'{-b,--no-query-bts}'[do not query BTS]' \
+ '(-b --no-query-bts --query-bts)'{-b,--no-query-bts}'[do not query BTS]' \
'(-b --no-query-bts)--query-bts' \
'(-T --tags)'{-T,--tags=}'[add specified tags]:tags' \
'(-m)--maintonly' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author