[wxPython-users] CustomTreeCtrl drawing error when using
wx.TR_LINES_AT_ROOT
Robin Dunn
robin at alldunn.com
Mon Apr 2 14:46:30 PDT 2007
Andrea Gavana wrote:
> Hi Robin,
>
> On 4/2/07, Robin Dunn wrote:
>> In the future please use the unified diff format for your patches. They
>> are much easier to read, and to manually apply if the patch program gets
>> confused.
>
> Uhm, I did as usual using TortoiseCVS... and I didn't change anything
> in the meanwhile. Do you mean that also the other patches I sent in
> the past had this problem?
I don't remember for sure, but I expect that they were in the unified
format, or at least that I didn't try to read them first.
> If so, maybe you could suggest me another
> CVS-thing that works on Windows and creates patches in that way :-(
I haven't used TortoiseCVS in a long time, but I seem to recall that
they have options that can be set somewhere for the style of diff that
they do. If not then they do include a command-line version of CVS and
you can just do it from a command-line prompt like this:
cd wxPython
cvs diff -u wx/lib/customtreectrl.py > mychanges.patch
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list