Dmitry Timoshkov wrote:

> >You can use diffs against the whole tree : it saves time for people wanting
> >to try your patches.
>
> Sure, but usually I have much more then a couple of modified files in my tree
> and not all of them belong to the same single patch.
>
> Dmitry.

I've found that using cvs diff from the root of the wine tree works best.  Just
specify the full path to the file you want to diff... eg... cvs diff -u
dlls/somedll/somefile.c dlls/someotherdll/someotherfile.c and so on and redirect
it out to a file.  Generally if I make large changes I do a large cvs diff and
then reset the changed files back to CVS copies and slowly integrate the changes
in several smaller patches.

-Dave

Reply via email to