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


Reply via email to