Mike Hearn a écrit:
It's not inlined? Evolution seems to insist on wrapping it if I inline it. Or was there some other problem?
The problem is the actual format of the patch. It's not in unified format (cvs diff -u, or add diff -u to .cvsrc). With that format, it'll add some context around the modified lines, so it's easier to understand what's changed.
Vincent