How can I change the svn diff patch number of context lines? -
what i'm looking is: using svn diff
, how print more lines above , below new code being added?
by default print lines unchanged (both below/above new code changed).
is there way it?
if on linux, tell diff tool how many lines include result, example 10:
svn diff --diff-cmd=diff -x -u10
Comments
Post a Comment