From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKDIi-00086J-Uf for qemu-devel@nongnu.org; Wed, 30 Jan 2008 08:48:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKDIh-00085j-2A for qemu-devel@nongnu.org; Wed, 30 Jan 2008 08:48:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKDIg-00085g-UN for qemu-devel@nongnu.org; Wed, 30 Jan 2008 08:48:26 -0500 Received: from smtp02.citrix.com ([66.165.176.63]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JKDIg-0001uW-Ey for qemu-devel@nongnu.org; Wed, 30 Jan 2008 08:48:26 -0500 Received: from implementation.famille.thibault.fr (dhcp-16-192.uk.xensource.com [172.31.16.192]) by smtp01.ad.xensource.com (8.13.1/8.13.1) with ESMTP id m0UDlHpi004325 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 30 Jan 2008 05:47:20 -0800 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.68) (envelope-from ) id 1JKDHZ-0002YL-3K for qemu-devel@nongnu.org; Wed, 30 Jan 2008 14:47:17 +0100 Date: Wed, 30 Jan 2008 13:47:17 +0000 From: Samuel Thibault Subject: Re: [OT] Re: [Qemu-devel] [PATCH] Remove broken MIPS PICA 61 machine Message-ID: <20080130134717.GB4340@implementation.uk.xensource.com> References: <47A06064.7060101@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Marius Groeger, le Wed 30 Jan 2008 14:41:17 +0100, a écrit : > On Wed, 30 Jan 2008, Hervé Poussineau wrote: > > > I didn't know how to do a patch which removes the file > > hw/mips_pica61.c, so this file will have to be removed manually by > > the committer. > > One work-around for that is to do: > > $ cvs diff ... > my.diff > $ diff -pu hw/mips_pica61.c /dev/null >> my.diff Another way is to use cvsdo: cvsdo rm hw/mips_pica61.c and then cvs diff will dump the removal. Samuel