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 Tedious for more than a couple of files, and still requires the committer to issue a "cvs remove", but at least it makes the diff more complete. Regards Marius