From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 00:16:15 -0700 Message-ID: <200803140716.m2E7GGkT002411@sallyv1.ics.uci.edu> References: <87skyvse7k.fsf@xmission.com> <200803140621.m2E6L7xg008954@sallyv1.ics.uci.edu> <47DA1C2F.2010400@ukr.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1205479081 27027 80.91.229.12 (14 Mar 2008 07:18:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 07:18:01 +0000 (UTC) Cc: Jonathan Lange , Andreas Schwab , bazaar@lists.canonical.com, emacs-devel@gnu.org To: Alexander Belchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 08:18:29 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ja4BO-0005BV-VQ for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 08:18:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja4Ap-0007j0-PN for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 03:17:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ja4Al-0007iu-MJ for emacs-devel@gnu.org; Fri, 14 Mar 2008 03:17:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ja4Ak-0007ii-62 for emacs-devel@gnu.org; Fri, 14 Mar 2008 03:17:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ja4Ak-0007if-0z for emacs-devel@gnu.org; Fri, 14 Mar 2008 03:17:46 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ja4Aj-0006ty-88 for emacs-devel@gnu.org; Fri, 14 Mar 2008 03:17:45 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ja4Ai-0007kj-4a for emacs-devel@gnu.org; Fri, 14 Mar 2008 03:17:44 -0400 X-ICS-MailScanner-Watermark: 1206083776.59478@kM3U4dSp0OQ5uvf2UpNWPg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m2E7GGkT002411; Fri, 14 Mar 2008 00:16:16 -0700 (PDT) In-Reply-To: <47DA1C2F.2010400@ukr.net> (Alexander Belchenko's message of "Fri, 14 Mar 2008 08:33:19 +0200") Original-Lines: 27 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by mx20.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92489 gmane.comp.version-control.bazaar-ng.general:38530 Archived-At: Alexander Belchenko writes: > Dan Nicolaescu =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > "Jonathan Lange" writes: > > > > > 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 com= pletely > > > > unusable. How can it come that a simple bzr log takes more th= an a > > > > minute to even start? Even cvs log is instantaneous in compar= ison, > > > > 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. > > > > It is not that close, "cvs log" shows the whole change long for each > > entry, not just a single line. For emacs we have very well written > > change logs, and if you look at them, you actually want to see the > > details. Is there a fast alternative that shows the whole entry, not > > just a > > single line? >=20 > Try: bzr log --short The content is OK, but it takes 30 seconds to run=20 bzr log --limit=3D30 --short FILENAME