1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Make the removal diff nicer to read by not showing the line-by-line removal and instead replace it with "FILE has been deleted"

Reviewed by:	crees
This commit is contained in:
Eitan Adler 2012-09-23 17:56:10 +00:00
parent fd3e0ea0fc
commit 3152b4bd9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304756

View File

@ -389,7 +389,7 @@ diff()
diffout=${codir}/diff
svn diff ports > ${diffout} 2>&1 || :
svn diff --no-diff-deleted ports > ${diffout} 2>&1 || :
read -p "hit <enter> to view svn diff output" dummy