From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4868 invoked by alias); 19 Jun 2008 13:28:17 -0000 Received: (qmail 4854 invoked by uid 22791); 19 Jun 2008 13:28:16 -0000 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from gv-out-0910.google.com (HELO gv-out-0910.google.com) (216.239.58.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Jun 2008 13:27:54 +0000 Received: by gv-out-0910.google.com with SMTP id n8so95772gve.39 for ; Thu, 19 Jun 2008 06:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SXTurDDKR25M7BWgQN7jzZ1277idWPY7JXQxNMZ8G7g=; b=X3Ie5XeVJGtQihsJJVEbw1q+Q8OmvravttjwomZn6apg/dsxC0O4WVbVB3qA74wvSK 3UkOUn0zwP1s0cene7Av+rn0o7w7pHjaHXCCrKTk5kSQVf89G/Amblroe12YjQnki472 o3B1d8eZ0PlGXviwDD712sQ04aQ0IGWsGUO2o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=VUYSZY0z1RM/ldKnPgMTusDF/xZjDzaEBPm6/UH1zOmTWlFxOZaNIFPPEOzxS7D4T9 6WPSIgCIPpxEdO9lJQqpRZhzbBLoAa6q0F0ge8XEAgbDVI+WhEu9AtNnLhB1H12EbPRj tLegvUoAulUO98tHZQ+v/GPW1YQvRI1GO3pS4= Received: by 10.210.65.17 with SMTP id n17mr1849042eba.92.1213882071091; Thu, 19 Jun 2008 06:27:51 -0700 (PDT) Received: by 10.210.43.9 with HTTP; Thu, 19 Jun 2008 06:27:51 -0700 (PDT) Message-ID: <2cf50a010806190627r3e9589dft2b96b9fdd91f57c9@mail.gmail.com> Date: Thu, 19 Jun 2008 13:28:00 -0000 From: "Jack Andrews" To: "Tim Waugh" Subject: Re: reorder patches Cc: patchutils-list@sourceware.org In-Reply-To: <1213881536.4212.4.camel@cyberelk.elk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2cf50a010806190612t87a1638v48cd56fc28596cba@mail.gmail.com> <1213881536.4212.4.camel@cyberelk.elk> X-IsSubscribed: yes Mailing-List: contact patchutils-list-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: patchutils-list-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00005.txt.bz2 On Thu, Jun 19, 2008 at 11:18 PM, Tim Waugh wrote: > This was the original reason for trying to implement 'flipdiff' -- you > may or may not find that it works for you. Unfortunately it turns out > to be a hard problem when all you have is the patches, so there are lots > of cases it won't work for. is it solved in the case i have the base source as well as the patches? ta, jack