From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH v4 00/13] New remote-hg helper Date: Thu, 01 Nov 2012 10:41:11 +0900 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: git@vger.kernel.org, Michael J Gruber , Felipe Contreras , Sverre Rabbelier , Ilari Liusvaara , Daniel Barkalow To: Johannes Schindelin , Jeff King X-From: git-owner@vger.kernel.org Thu Nov 01 02:41:40 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 1TTjmq-0007Bs-46 for gcvg-git-2@plane.gmane.org; Thu, 01 Nov 2012 02:41:36 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755369Ab2KABlY (ORCPT ); Wed, 31 Oct 2012 21:41:24 -0400 Received: from mail-da0-f46.google.com ([209.85.210.46]:44708 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755208Ab2KABlX (ORCPT ); Wed, 31 Oct 2012 21:41:23 -0400 Received: by mail-da0-f46.google.com with SMTP id n41so912924dak.19 for ; Wed, 31 Oct 2012 18:41:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:user-agent:in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:from:date:to:cc:message-id; bh=8CwwSF2wGmU10Ph8VaJ5XaHTxATPZQryOqprlw/raw0=; b=jwK6tfNAqEEqCn4HXoFebrQ5QlmdPmILICu1s7H0ZQOSvFKFpqAsATfowOkbwo2wgE 6ZYmzc5t3DAXGKCkuWvM51PL5wuZ9DB8Rss3p6gCpiBK10K9Wh+K8eFSVxn3UGYpgagI MPV5wC4Sxi7bwx3nuGkJNxhx4ukHQC2jx8aKuI57xI+SuqwvqUdrmSspcdzDc1CrH67V 9+FUl0Tw3KiwS20HB94Kw6IrcsPy3u7pnjj0luzqbyRr9tNNtX2oc0aH+G6hV7+CzKNk EnXFoFclRm5dEx4UctjEX2nhBjvKO5RNk7GF7zqVwoPAs73RDUTGMArBFpvUuMDlXnmW xNEg== Received: by 10.66.74.65 with SMTP id r1mr106867063pav.75.1351734082862; Wed, 31 Oct 2012 18:41:22 -0700 (PDT) Received: from [192.168.0.3] (112.136.53.59.er.eaccess.ne.jp. [112.136.53.59]) by mx.google.com with ESMTPS id sf4sm3137144pbc.75.2012.10.31.18.41.20 (version=SSLv3 cipher=OTHER); Wed, 31 Oct 2012 18:41:22 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 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.