[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Ratpoison-devel] Re: [RP] ratpoison moved to Savannah
From: |
Shawn Betts |
Subject: |
[Ratpoison-devel] Re: [RP] ratpoison moved to Savannah |
Date: |
04 Dec 2004 12:23:47 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"Bernhard R. Link" <address@hidden> writes:
> * Shawn Betts <address@hidden> [041203 01:59]:
> > For a while now I've wanted to move ratpoison to Savannah. Well, I've
> > finally done that.
>
> The new cvs tree has no .cvsignore file in it. I personally like it this
> way, as it makes it easier for me to create clean patches. Thus I wanted
> to state so before this might be "fixed".
The annoying thing is then all the machine generated files show up in
my *cvs* buffer.
In nethack-el, rcyeske wrote a utility called mkpatch that only diffs
certain files in the nethack tree. Perhaps this is what we need here.
for f in `cat diff_files`; do
diff -u $f $clean_rp_dir/$f
done
-Shawn