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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -