##// END OF EJS Templates
mdiff.diffopts: add doc comment for nobinary
Siddharth Agarwal -
r23293:b89856ab default
parent child Browse files
Show More
@@ -25,6 +25,7 b' class diffopts(object):'
25 showfunc enables diff -p output
25 showfunc enables diff -p output
26 git enables the git extended patch format
26 git enables the git extended patch format
27 nodates removes dates from diff headers
27 nodates removes dates from diff headers
28 nobinary ignores binary files
28 ignorews ignores all whitespace changes in the diff
29 ignorews ignores all whitespace changes in the diff
29 ignorewsamount ignores changes in the amount of whitespace
30 ignorewsamount ignores changes in the amount of whitespace
30 ignoreblanklines ignores changes whose lines are all blank
31 ignoreblanklines ignores changes whose lines are all blank
General Comments 0
You need to be logged in to leave comments. Login now