>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> Martin Vermeer wrote:
>> svndiff='svn diff --diff-cmd /usr/bin/diff -x -up' alias
>> grepfunc='egrep \(Index:\|^@@\)'

Angus> $ svndiff -r 13397 > svndiff.txt $ sh svndiff.sh svndiff.txt

It works pretty well, except that I need the following trivial patch
to see the function name:

@@ -28,7 +28,7 @@
 /^@@/{
 s/^@@[EMAIL PROTECTED]@@ *//
 # Strip the return type of the function.
-s/[^ ]\{1,\} *//
+s/[^ ]\{1,\} +//
 # Strip the argument list
 s/ *(.*//
 # Wrap the function name in parentheses and append a colon

Is it just me?

JMarc

Reply via email to