From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12616 invoked by alias); 10 Dec 2009 20:46:53 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27494 Received: (qmail 10464 invoked from network); 10 Dec 2009 20:46:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (proxy.melb.primenet.com.au: domain at debian.org does not designate permitted sender hosts) Date: Thu, 10 Dec 2009 20:46:42 +0000 From: Clint Adams To: zsh-workers@zsh.org Subject: PATCH: reportbug options Message-ID: <20091210204642.GA17933@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) There are other missing options I didn't bother looking at right now. Index: Completion/Debian/Command/_bug =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bug,v retrieving revision 1.6 diff -u -r1.6 _bug --- Completion/Debian/Command/_bug 18 Jul 2009 18:22:29 -0000 1.6 +++ Completion/Debian/Command/_bug 10 Dec 2009 20:45:32 -0000 @@ -88,6 +88,10 @@ '(-d)--debug' \ '--version' \ '--license' \ + '(--no-paranoid)--paranoid' \ + '(--paranoid)--no-paranoid' \ + '--body=:message body string' \ + '--body-file=:message body file:_files' \ "$_bug_commonargs[@]" \ "$_rb_commonargs[@]" ;;