Received: from spf5.us4.outblaze.com (spf5.us4.outblaze.com [205.158.62.27]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iAMJWbhL006899 for ; Mon, 22 Nov 2004 19:32:37 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf5.us4.outblaze.com (Postfix) with ESMTP id 6356976FBA for ; Mon, 22 Nov 2004 19:32:37 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWK4J-0004PV-Gt for migo@homemail.com; Mon, 22 Nov 2004 14:41:47 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWK3p-0004P6-Bt for gnu-arch-users@gnu.org; Mon, 22 Nov 2004 14:41:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWK3n-0004Ns-4o for gnu-arch-users@gnu.org; Mon, 22 Nov 2004 14:41:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWK3n-0004Nj-0e for gnu-arch-users@gnu.org; Mon, 22 Nov 2004 14:41:15 -0500 Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWJuT-00033E-8l for gnu-arch-users@gnu.org; Mon, 22 Nov 2004 14:31:37 -0500 Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id F28028282A4; Mon, 22 Nov 2004 14:31:36 -0500 (EST) Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 4B53D4AC516; Mon, 22 Nov 2004 14:31:29 -0500 (EST) Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 32BB98CA69; Mon, 22 Nov 2004 14:31:29 -0500 (EST) Message-ID: To: gnu-arch-users@gnu.org References: <1101070919.6134.11.camel@localhost.localdomain> <41A112A4.4070207@panoramicfeedback.com> <1101076091.6134.82.camel@localhost.localdomain> From: Stefan Monnier Date: Mon, 22 Nov 2004 14:31:29 -0500 In-Reply-To: <1101076091.6134.82.camel@localhost.localdomain> (Zenaan Harkness's message of "Mon, 22 Nov 2004 09:28:11 +1100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5) X-MailScanner-From: monnier@iro.umontreal.ca Subject: [Gnu-arch-users] Re: diff markers/ star merge X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 1141 Lines: 32 > I have a month's work, I need to do a bit more work on it _before_ > merging, but management is demanding a merge/release. > So, I want to undo, star-merge in $stable, then commit (!), then redo so > I can continue on. Except I want in-file diff3 markers when I redo, > because my change touches hundreds of files. Depending on the scale of your changes and of the merged changes, you might want to set up a branch, in which case star-nerge will work just dandy, > With so many files, it's a royal PITA to have to manually compare diff > .rej files with originals, locate the appropriate lines in the code, and > cut and paste between the .rej and the original. > Surely this makes sense? Or am I completely missing something? Try `wiggle' which applies a patch and gives diff3 markers rather than a .rej file (or, seen from another viewpoint, it takes a .rej file an turns it into diff3 markers). Stefan _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/