diff mercurial/mdiff.py @ 21790:3fbef7ac26f0

diff: add nobinary config to suppress git-style binary diffs
author Stephen Lee <sphen.lee@gmail.com>
date Sat, 21 Jun 2014 15:56:49 +1000
parents 1e5b38a919dd
children b89856abf4e2
line wrap: on
line diff
--- a/mercurial/mdiff.py	Mon Jun 23 13:50:44 2014 -0500
+++ b/mercurial/mdiff.py	Sat Jun 21 15:56:49 2014 +1000
@@ -37,6 +37,7 @@
         'showfunc': False,
         'git': False,
         'nodates': False,
+        'nobinary': False,
         'ignorews': False,
         'ignorewsamount': False,
         'ignoreblanklines': False,