From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LaPNa-000346-6N for garchives@archives.gentoo.org; Fri, 20 Feb 2009 07:00:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD57E034B; Fri, 20 Feb 2009 07:00:56 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id C558AE034B for ; Fri, 20 Feb 2009 07:00:55 +0000 (UTC) Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n1K70tgQ021112 for ; Fri, 20 Feb 2009 08:00:55 +0100 Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n1K70sno008701; Fri, 20 Feb 2009 08:00:54 +0100 Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n1K70sBk008696; Fri, 20 Feb 2009 08:00:54 +0100 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18846.21798.194215.804130@a1ihome1.kph.uni-mainz.de> Date: Fri, 20 Feb 2009 08:00:54 +0100 To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: bzr.eclass In-Reply-To: <20090220001146.48300c3d@terra.solaris> References: <20090214132152.2aff08a0@terra.solaris> <49970B3F.40809@gentoo.org> <20090215064941.GC13006@comet> <20090219095927.65e82e61@terra.solaris> <18845.9642.146547.895690@a1ihome1.kph.uni-mainz.de> <20090220001146.48300c3d@terra.solaris> X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: ad0287ea-a45e-4501-980e-5e90857aa03f X-Archives-Hash: 689a5460585a822259560cb77aa495bd >>>>> On Fri, 20 Feb 2009, Christian Faulhammer wrote: > $ time (bzr diff --old lp:bzr-gentoo-overlay \ > --new /media/disk/bzr-overlay/|diffstat) > real 0m50.088s This is prohibitive. Drop it completely, or enable it only if some environment variable is set. Ulrich