From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Git mirrors Date: Wed, 12 Oct 2011 23:15:03 +0200 Message-ID: <87ehyhewtk.fsf@wanadoo.es> References: <8762k095n4.fsf@lifelogs.com> <871uuksdxi.fsf@lifelogs.com> <83lissxj9a.fsf@gnu.org> <87k48by7ex.fsf@lifelogs.com> <83sjmywqc6.fsf@gnu.org> <8339ey3r3b.fsf@gnu.org> <87ipnudj4s.fsf@wanadoo.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318454123 14197 80.91.229.12 (12 Oct 2011 21:15:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 21:15:23 +0000 (UTC) Cc: =?utf-8?Q?=C3=93scar?= Fuentes , Eli Zaretskii , larsi@gnus.org, cloos@jhcloos.com, emacs-devel@gnu.org To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 23:15:18 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 1RE68y-0006n6-MT for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 23:15:16 +0200 Original-Received: from localhost ([::1]:37210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE68y-0005En-7I for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 17:15:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE68t-0005EM-U1 for emacs-devel@gnu.org; Wed, 12 Oct 2011 17:15:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE68r-0007CO-J6 for emacs-devel@gnu.org; Wed, 12 Oct 2011 17:15:11 -0400 Original-Received: from impaqm3.telefonica.net ([213.4.138.19]:39756 helo=telefonica.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE68r-0007BC-7y for emacs-devel@gnu.org; Wed, 12 Oct 2011 17:15:09 -0400 Original-Received: from IMPmailhost3.adm.correo ([10.20.102.124]) by IMPaqm3.telefonica.net with bizsmtp id jtD71h01F2h2L9m3PxF7mX; Wed, 12 Oct 2011 23:15:07 +0200 Original-Received: from qcore ([83.45.165.175]) by IMPmailhost3.adm.correo with BIZ IMP id jxF41h0073nNm431jxF5L2; Wed, 12 Oct 2011 23:15:07 +0200 X-Brightmail-Tracker: AAAAAA== X-original-sender: 981711563@telefonica.net In-Reply-To: (John Wiegley's message of "Wed, 12 Oct 2011 16:03:46 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.4.138.19 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:145063 Archived-At: John Wiegley writes: > Hmm... Now I've made files available: > > http://ftp.newartisans.com/pub/emacs/bzr-marks.txt > http://ftp.newartisans.com/pub/emacs/git-marks.txt > > They are both tables based on import IDs. The first has the BZR > e-mail+date+somestr of the Bazaar revision, and the second has the Git > commits. There should be some way to turn this into a correspondence table, > no? Yep, with those files it seems easy enough to write a script that asks for a git rev-id and outputs the bzr rev-id, and vice-versa. Or, lacking the script, the answer is two grep commands away. Thanks!