From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5738 invoked from network); 21 Sep 2008 20:32:41 -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: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Sep 2008 20:32:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 74411 invoked from network); 21 Sep 2008 20:32:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Sep 2008 20:32:35 -0000 Received: (qmail 10707 invoked by alias); 21 Sep 2008 20:32:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25704 Received: (qmail 10696 invoked from network); 21 Sep 2008 20:32:29 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Sep 2008 20:32:29 -0000 Received: from smtprelay09.ispgateway.de (smtprelay09.ispgateway.de [80.67.29.23]) by bifrost.dotsrc.org (Postfix) with ESMTP id 07E5680308BC for ; Sun, 21 Sep 2008 22:32:12 +0200 (CEST) Received: from [212.117.84.113] (helo=fsst.voodoo.lan) by smtprelay09.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KhVbL-0001Rp-4t; Sun, 21 Sep 2008 22:32:15 +0200 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1KhVbJ-0001Ha-2x; Sun, 21 Sep 2008 22:32:13 +0200 Date: Sun, 21 Sep 2008 22:32:12 +0200 From: Frank Terbeck To: zsh workers Cc: bzr@packages.debian.org Subject: Re: Submitting vcs_info function Message-ID: <20080921203212.GC11090@fsst.voodoo.lan> Mail-Followup-To: zsh workers , bzr@packages.debian.org References: <20080917201859.GU2182@fsst.voodoo.lan> <20080921195719.GA2714@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20080921195719.GA2714@scru.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/8300/Sun Sep 21 20:01:08 2008 on bifrost X-Virus-Status: Clean Clint Adams : > [...]bzr is slow as a dog, even with use-simple on. The normal bzr backend *is* slow. It calls bzr itself twice. Which takes about half a second on my system, at best. Agonising. But the use-simple backend really only reads from *one* file. That should work instantaneous, unless you're on a networked filesystem. Are the people complaining _sure_ they enabled use-simple correctly? Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925