From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: Re: [PATCH v4 00/13] New remote-hg helper Date: Thu, 1 Nov 2012 03:54:19 +0100 Message-ID: References: <20121029085045.GA5023@sigill.intra.peff.net> <20121029212643.GA20513@sigill.intra.peff.net> <20121029215631.GF20513@sigill.intra.peff.net> <5090EFCA.7070606@drmicha.warpmail.net> <20121031102712.GB30879@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Cc: Johannes Schindelin , Jeff King , git@vger.kernel.org, Michael J Gruber , Sverre Rabbelier , Ilari Liusvaara , Daniel Barkalow To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Nov 01 03:54:34 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TTkvR-00075p-Ok for gcvg-git-2@plane.gmane.org; Thu, 01 Nov 2012 03:54:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757243Ab2KACyU (ORCPT ); Wed, 31 Oct 2012 22:54:20 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:60891 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756814Ab2KACyT convert rfc822-to-8bit (ORCPT ); Wed, 31 Oct 2012 22:54:19 -0400 Received: by mail-ob0-f174.google.com with SMTP id uo13so2151338obb.19 for ; Wed, 31 Oct 2012 19:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=jySsPSUuWfqjxMfHbWutC49cCC8N1whcn1OVUbywk6U=; b=uPYegA+b3RF1TC9L4cnn26i48p86y4l9s+jgRVGq1vZcP/U9d9aUUA0gp8G3nSOyWI WU1xS4ZfxdzcbLO010Xb2KJLHEay+xYdu7hYiQkL41/t7tciWxUDGGPj3v0ZIsjiZEMo 5P+nrMlhtNxn1jAfzD4grQMO6wAHM1kv5/jsOAeu4ZzEn+15on2g2/GmWVPPX92SQ+pf qroeWdH9xzsadKUJq57hhRgXjH0G0Uzrrz2cML71ntAjLib7ekPsP+EcPh+2n7+Ec67i aA77L+ZXyJxJ/DODSYP2UL7QZx2llrPkcs2GxLRK1bjHTPE0zTL8BeAQoTsTX00WeZ3y vUlw== Received: by 10.182.52.105 with SMTP id s9mr32235568obo.25.1351738459366; Wed, 31 Oct 2012 19:54:19 -0700 (PDT) Received: by 10.60.4.74 with HTTP; Wed, 31 Oct 2012 19:54:19 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Nov 1, 2012 at 2:41 AM, Junio C Hamano wrote: > > > Johannes Schindelin wrote: > >>Junio wanted a more general solution, adding infrastructure to the >>rev-list engine that I did not need -- and did not see the need for, >>either -- and given the amount of time I had invested in a working >>remote-hg and given that I needed it desperately for my day-job >>project, ... > > This is relatively long ago (and I am away from my machine, so I cannot check) so I may misremembering things, but my impression is that since that discussion, we added a minimal "infrastructure" to the rev-list (I think we caled it rev-list-cmdline or something like that) and Sverre used it to update fast-export. > > It may well be that what we have is still not sufficient to do everything you need, but it may be close enough to get extended for your original use case. I don't think there's missing, the following patch works fine: http://article.gmane.org/gmane.comp.version-control.git/208730 There's a minute issue, but I think that would require changes in fast-export itself and its marks, not rev-list. But nobody would care anyway, it's not a problem. Cheers. -- Felipe Contreras