Added DIFF_ALWAYS constant

When set to True, will always print the diff. Defaults to False.

Fixes #18416 #16073
This commit is contained in:
Andrea Tartaglia
2016-11-16 10:38:43 +00:00
committed by Brian Coca
parent 256a25bdcc
commit 2291163a7a
3 changed files with 10 additions and 1 deletions

View File

@@ -387,3 +387,11 @@
#diff_add = green
#diff_remove = red
#diff_lines = cyan
[diff]
# Always print diff when running ( same as always running with -D/--diff )
# always = no
# Set how many context lines to show in diff
# context = 3