From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Matthew D. Fuller" Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Fri, 14 Mar 2008 05:08:33 -0500 Message-ID: <20080314100833.GA55624@over-yonder.net> References: <87skyvse7k.fsf@xmission.com> <200803140621.m2E6L7xg008954@sallyv1.ics.uci.edu> <47DA1C2F.2010400@ukr.net> <200803140716.m2E7GGkT002411@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205490629 29324 80.91.229.12 (14 Mar 2008 10:30:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 10:30:29 +0000 (UTC) Cc: Alexander Belchenko , bazaar@lists.canonical.com, Dan Nicolaescu , Andreas Schwab , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: bazaar-bounces@lists.canonical.com Fri Mar 14 11:30:55 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 1Ja7BK-0003x8-GT for gcvbg-bazaar-ng@m.gmane.org; Fri, 14 Mar 2008 11:30:34 +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 1Ja7Ai-0000d1-6y; Fri, 14 Mar 2008 10:29:56 +0000 Original-Received: from ns.centralmiss.com ([206.156.254.79] helo=optimus.centralmiss.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Ja7Af-0000cg-DS for bazaar@lists.canonical.com; Fri, 14 Mar 2008 10:29:53 +0000 Original-Received: from draco.over-yonder.net (adsl-098-068-101-027.sip.jan.bellsouth.net [98.68.101.27]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id E877D28B16; Fri, 14 Mar 2008 05:08:33 -0500 (CDT) Original-Received: by draco.over-yonder.net (Postfix, from userid 100) id 89C5961C47; Fri, 14 Mar 2008 05:08:33 -0500 (CDT) Content-Disposition: inline In-Reply-To: X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.17-fullermd.4 (2007-11-01) 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:38540 gmane.emacs.devel:92510 Archived-At: On Fri, Mar 14, 2008 at 10:18:23AM +0100 I heard the voice of Juanma Barranquero, and lo! it spake thus: > On Fri, Mar 14, 2008 at 8:16 AM, Dan Nicolaescu wrote: > > > The content is OK, but it takes 30 seconds to run > > bzr log --limit=30 --short FILENAME > > On Windows XP (with prebuilt binary of 1.2.0), the command > > bzr log --limit=30 --short lisp\ChangeLog > > brought pagefile size up from ~500 MB (before running bazaar) to > >2.5GB (and I had to kill it). It is repeatable. Worth a note is that "bzr log $FILE" is currently _much_ slower and heavier on memory than "bzr log" (unrestricted).