From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Emacs Bazaar Repository II Date: Sun, 26 Oct 2008 21:37:54 +0200 Message-ID: References: <87skr26cba.fsf@workhorse.earlhome> <87d4htd2ll.fsf@yahoo.com> <20081022204613.51dbb54f@terra.solaris> <873aios6ap.fsf@notengoamigos.org> <48FF9576.8040401@arbash-meinel.com> <87hc6zuuqk.fsf@yahoo.com> Reply-To: Eli Zaretskii 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 1225049904 2342 80.91.229.12 (26 Oct 2008 19:38:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2008 19:38:24 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: Daniel Clemente Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 20:39:25 2008 connect(): Connection refused 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 1KuBSO-0000rY-LX for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 20:39:24 +0100 Original-Received: from localhost ([127.0.0.1]:47621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuBRI-0000N2-9o for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2008 15:38:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuBRD-0000MK-Bd for emacs-devel@gnu.org; Sun, 26 Oct 2008 15:38:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuBRC-0000M8-Pd for emacs-devel@gnu.org; Sun, 26 Oct 2008 15:38:10 -0400 Original-Received: from [199.232.76.173] (port=51275 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuBRC-0000M2-Gl for emacs-devel@gnu.org; Sun, 26 Oct 2008 15:38:10 -0400 Original-Received: from mtaout4.012.net.il ([84.95.2.10]:57607) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuBRB-0002ex-Ig for emacs-devel@gnu.org; Sun, 26 Oct 2008 15:38:09 -0400 Original-Received: from HOME-C4E4A596F7 ([77.127.192.143]) by i_mtaout4.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9D0040P2LRQRS1@i_mtaout4.012.net.il> for emacs-devel@gnu.org; Sun, 26 Oct 2008 21:39:38 +0200 (IST) In-reply-to: <87hc6zuuqk.fsf@yahoo.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:105018 gmane.comp.version-control.bazaar-ng.general:48530 Archived-At: > From: Daniel Clemente > Date: Sun, 26 Oct 2008 18:33:23 +0100 > Cc: bazaar@lists.canonical.com >=20 > Comparison of =E2=80=9Etime bzr log >/dev/null=E2=80=9C of emacs-me= rges: >=20 > With repository format: pack-0.92 > log: 4m 20s > log --short: 3m 17s >=20 > With repository format: development2 > log: 3m 4s > log --short: 2m 10s >=20 > git: 0m 7s It is meaningless to time a command whose main output is redirected t= o the null device, because a clever program could simply do nothing in that case. (I have no idea whether git does that.) The `log' command exists to produce output, so please either time it when it outputs to the screen or redirect to a real file, because that's the practical use-case that should be of interest. TIA