From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Wed, 12 Oct 2011 18:16:43 -0500 Message-ID: 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> 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 1318461416 26906 80.91.229.12 (12 Oct 2011 23:16:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 23:16:56 +0000 (UTC) Cc: 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 01:16:52 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 1RE82d-0006BF-HW for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 01:16:51 +0200 Original-Received: from localhost ([::1]:54359 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE82c-000767-VG for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 19:16:50 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE82b-000761-3d for emacs-devel@gnu.org; Wed, 12 Oct 2011 19:16:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE82Z-0007Q0-Nj for emacs-devel@gnu.org; Wed, 12 Oct 2011 19:16:49 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:61736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE82Z-0007Pp-KX for emacs-devel@gnu.org; Wed, 12 Oct 2011 19:16:47 -0400 Original-Received: by ggdk5 with SMTP id k5so1416065ggd.0 for ; Wed, 12 Oct 2011 16:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=to:cc:subject:references:from:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=jT7XfZfc2NxgH7/NGur3SYanw1gX0wxmBq3efns8DDE=; b=T4BLS+JhjhsPIg3hF8wVniIpaD/iLc3s2MMpV4atNW6Un0v9Jip4WcSdTgh0pZhHEM ufbbcGcscvP0VsWPUWjyS6HbZetzvmExzF+ZKokaW8MTLIhz9FKfKVnnaEKO0PuX0Wgq 5BdlI+PjlvjFLzjcYxgHgDMt1MiV82IcSEApU= Original-Received: by 10.42.144.198 with SMTP id c6mr2138949icv.45.1318461406452; Wed, 12 Oct 2011 16:16:46 -0700 (PDT) Original-Received: from vulcan.localhost (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id 2sm9272940ibf.0.2011.10.12.16.16.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Oct 2011 16:16:45 -0700 (PDT) Original-Received: by vulcan.localhost (Postfix, from userid 501) id 331845550E80; Wed, 12 Oct 2011 18:16:44 -0500 (CDT) In-Reply-To: <87pqi1dd2z.fsf@wanadoo.es> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Thu, 13 Oct 2011 01:06:44 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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:145076 Archived-At: >>>>> =C3=93scar Fuentes writes: > As mentioned on my previous post, do a `bzr log --show-ids' and harvest t= he > revision numbers and revision ids from there. Here, a single `bzr > revision-info ...' takes 8 seconds, but a full `bzr log --show-ids' takes > only 30. Add a few seconds more for retrieving the numbers/ids, and you a= re > done in less than a minute (which still seems a lot to me, but YMMV) Great, this will do it. Just give me a few hours to get the new file up. John