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: Git mirrors Date: Thu, 13 Oct 2011 11:01:26 +0200 Message-ID: <83hb3d2rkp.fsf@gnu.org> References: <871uuksdxi.fsf@lifelogs.com> <83lissxj9a.fsf@gnu.org> <87k48by7ex.fsf@lifelogs.com> <83sjmywqc6.fsf@gnu.org> <877h49evsi.fsf@wanadoo.es> <83wrc93m42.fsf@gnu.org> <87pqi1dd2z.fsf@wanadoo.es> <87lispdbny.fsf@wanadoo.es> 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: dough.gmane.org 1318496723 28866 80.91.229.12 (13 Oct 2011 09:05:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 09:05:23 +0000 (UTC) Cc: ofv@wanadoo.es, jwiegley@gmail.com, emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 11:05:17 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 1REHE4-00065b-A8 for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 11:05:16 +0200 Original-Received: from localhost ([::1]:45109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REHE3-0000CB-OC for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 05:05:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REHDw-00009c-Cd for emacs-devel@gnu.org; Thu, 13 Oct 2011 05:05:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REHDv-0000o5-7u for emacs-devel@gnu.org; Thu, 13 Oct 2011 05:05:08 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REHDu-0000n3-UE for emacs-devel@gnu.org; Thu, 13 Oct 2011 05:05:07 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LSZ00D00YDWRS00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 13 Oct 2011 11:01:25 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.17.178]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LSZ00D5PYECK850@a-mtaout22.012.net.il>; Thu, 13 Oct 2011 11:01:25 +0200 (IST) In-reply-to: <87lispdbny.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:145110 Archived-At: > From: =C3=93scar Fuentes > Date: Thu, 13 Oct 2011 01:37:21 +0200 > Cc: =C3=93scar Fuentes , emacs-devel@gnu.org >=20 > Well, if you wish to follow that route, this is the actual command = you > should use: >=20 > bzr log --show-ids -n 0 >=20 > Without the `-n 0', the output only includes the leftmost part of t= he > DAG. >=20 > With this command: >=20 > bzr log --show-ids -n 0 --short >=20 > the number of emitted lines is halved, but it executes about 15% > *slower* and the format is different, not necessarily more difficul= t to > parse. Again, I think revno's are not necessary, so John needs not waste his time and resources on this. But as long as we are talking about "log -n0", installing the history_db plugin significantly speeds up "bzr log" when it needs to reference revisions merged from other branches.