Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Mon, 6 Nov 2000 12:10:33 -0500 From: Christopher Faylor To: Cygwin-Developers Subject: Re: Sequential Patch Question Message-ID: <20001106121033.B2263@redhat.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: Cygwin-Developers References: <20001106115915 DOT M196 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i In-Reply-To: <20001106115915.M196@dothill.com>; from Jason.Tishler@dothill.com on Mon, Nov 06, 2000 at 11:59:15AM -0500 On Mon, Nov 06, 2000 at 11:59:15AM -0500, Jason Tishler wrote: >Is there an easy procedure to produce a patch that assumes that a pending >one will be accepted? For example, after I completed the setup cygdrive patch, >I wanted to move on to enhancing mount --show-cygdrive-prefixes to display >the mount mode. I stopped because I realized that I would have problems >creating the patch via cvs diff -up. Any recommendations? The answer, >"Wait for the patch to be accepted (or rejected)," is fine too. I don't know of any other way to do this other than doing a straight diff between your patched version and the new version that you'd like for acceptance. Either that or wait for approval, I guess. cgf