From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26202 invoked from network); 28 Jan 2008 16:36:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 28 Jan 2008 16:36:05 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 5117 invoked from network); 28 Jan 2008 16:36:00 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Jan 2008 16:36:00 -0000 Received: (qmail 21043 invoked by alias); 28 Jan 2008 16:35:57 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24474 Received: (qmail 21027 invoked from network); 28 Jan 2008 16:35:56 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Jan 2008 16:35:56 -0000 Received: from prunille.vinc17.org (vinc17.pck.nerim.net [213.41.242.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9642380190F6 for ; Mon, 28 Jan 2008 17:35:53 +0100 (CET) Received: by prunille.vinc17.org (Postfix, from userid 501) id 30A7B1EED8E8; Mon, 28 Jan 2008 17:35:53 +0100 (CET) Date: Mon, 28 Jan 2008 17:35:53 +0100 From: Vincent Lefevre To: Zsh hackers list Subject: Re: 4.3.5? Message-ID: <20080128163553.GT17147@prunille.vinc17.org> Mail-Followup-To: Zsh hackers list References: <29916.1201513253@csr.com> <20080128135121.GS17147@prunille.vinc17.org> <200801281537.m0SFbDKj000996@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200801281537.m0SFbDKj000996@news01.csr.com> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.17-vl-r19795 (2008-01-17) X-Virus-Scanned: ClamAV 0.91.2/5584/Mon Jan 28 16:16:04 2008 on bifrost X-Virus-Status: Clean On 2008-01-28 15:37:13 +0000, Peter Stephenson wrote: > Vincent Lefevre wrote: > > Is there any chance to have the "svnadmin help" completion fixed? > > I have no idea even if anybody is currently maintaining subversion > completion. The last commit seems to be last April. The problem seems to come from the different formats of the "usage:" line, so that the $usage variable in _subversion is wrong in the svnadmin case. vin:~> svn help help help (?, h): Describe the usage of this program or its subcommands. usage: help [SUBCOMMAND...] Valid options: --config-dir arg : read user configuration files from directory ARG vin:~> svnadmin help help help (?, h): usage: svnadmin help [SUBCOMMAND...] Describe the usage of this program or its subcommands. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)