Make --diff lines of context configurable

This commit is contained in:
George Christou
2016-02-16 10:31:40 +00:00
parent f9526b2ab2
commit bbc855c218
2 changed files with 4 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ class CallbackBase:
tofile=after_header,
fromfiledate='',
tofiledate='',
n=10)
n=C.DIFF_CONTEXT)
has_diff = False
for line in differ:
has_diff = True