From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bzr:// vz nosmart+bzr:// Date: Mon, 10 Oct 2011 05:52:16 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318240346 9759 80.91.229.12 (10 Oct 2011 09:52:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 09:52:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ari Roponen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 11:52:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDCX0-0003cq-2R for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 11:52:22 +0200 Original-Received: from localhost ([::1]:36352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCWz-0000et-Lq for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 05:52:21 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCWw-0000eX-5i for emacs-devel@gnu.org; Mon, 10 Oct 2011 05:52:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDCWu-0004WD-OC for emacs-devel@gnu.org; Mon, 10 Oct 2011 05:52:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDCWu-0004W9-KR for emacs-devel@gnu.org; Mon, 10 Oct 2011 05:52:16 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RDCWu-0004qa-71; Mon, 10 Oct 2011 05:52:16 -0400 In-reply-to: (message from Ari Roponen on Mon, 10 Oct 2011 12:36:48 +0300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144810 Archived-At: > From: Ari Roponen > Cc: emacs-devel@gnu.org > Date: Mon, 10 Oct 2011 12:36:48 +0300 > > [nosmart]$ time bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk/ > Branched 106042 revision(s). > > real 23m21.398s > user 9m32.193s > sys 0m8.146s > > > [bzr]$ time bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk/ > Branched 106042 revision(s). > > real 12m27.467s > user 7m25.061s > sys 0m10.856s Thanks!