From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jonathan Lange" Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 15:52:23 +1100 Message-ID: References: <87skyvse7k.fsf@xmission.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205470361 8290 80.91.229.12 (14 Mar 2008 04:52:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 04:52:41 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: "Andreas Schwab" Original-X-From: bazaar-bounces@lists.canonical.com Fri Mar 14 05:53:09 2008 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Original-Received: from chlorine.canonical.com ([91.189.94.204]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ja1uj-0001Tv-DR for gcvbg-bazaar-ng@m.gmane.org; Fri, 14 Mar 2008 05:53:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Ja1u5-0000FE-6m; Fri, 14 Mar 2008 04:52:25 +0000 Original-Received: from fg-out-1718.google.com ([72.14.220.155]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Ja1u3-0000F9-V8 for bazaar@lists.canonical.com; Fri, 14 Mar 2008 04:52:24 +0000 Original-Received: by fg-out-1718.google.com with SMTP id 22so2723576fge.18 for ; Thu, 13 Mar 2008 21:52:23 -0700 (PDT) Original-Received: by 10.78.130.6 with SMTP id c6mr29257125hud.7.1205470343604; Thu, 13 Mar 2008 21:52:23 -0700 (PDT) Original-Received: by 10.78.149.7 with HTTP; Thu, 13 Mar 2008 21:52:23 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: 9e9fb8ac739bb964 X-BeenThere: bazaar@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bazaar-bounces@lists.canonical.com Errors-To: bazaar-bounces@lists.canonical.com Xref: news.gmane.org gmane.comp.version-control.bazaar-ng.general:38520 gmane.emacs.devel:92484 Archived-At: On Thu, Mar 13, 2008 at 10:43 PM, Andreas Schwab wrote: > My first impression is that bzr is slow, so slow that it is completely > unusable. How can it come that a simple bzr log takes more than a > minute to even start? Even cvs log is instantaneous in comparison, > although it has to request the log from the server. > As I mentioned in an earlier post, 'bzr log' and 'cvs log' are doing very different things. 'bzr log --line' is much closer to typical 'cvs log' behaviour. Also, there's now a patch for Bazaar to make 'bzr log --line' a lot faster -- http://bundlebuggy.aaronbentley.com/request/%3C47D9E60A.6030203%40canonical.com%3E jml