Mercurial > hg
changeset 23293:b89856abf4e2
mdiff.diffopts: add doc comment for nobinary
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 12 Nov 2014 23:19:44 -0800 |
parents | e44399c494ab |
children | ec8c73b02e2e |
files | mercurial/mdiff.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/mdiff.py Sat Nov 08 17:08:09 2014 +0000 +++ b/mercurial/mdiff.py Wed Nov 12 23:19:44 2014 -0800 @@ -25,6 +25,7 @@ showfunc enables diff -p output git enables the git extended patch format nodates removes dates from diff headers + nobinary ignores binary files ignorews ignores all whitespace changes in the diff ignorewsamount ignores changes in the amount of whitespace ignoreblanklines ignores changes whose lines are all blank