mercurial/ui.py
changeset 2907 8b02af865990
parent 2874 4ec58b157265
child 2920 ef8ee4477019
--- a/mercurial/ui.py	Mon Aug 14 15:51:35 2006 -0700
+++ b/mercurial/ui.py	Mon Aug 14 22:48:03 2006 -0700
@@ -174,6 +174,8 @@
             text=opts.get('text'),
             showfunc=(opts.get('show_function') or
                       self.configbool('diff', 'showfunc', None)),
+            git=(opts.get('git') or
+                 self.configbool('diff', 'git', None)),
             ignorews=(opts.get('ignore_all_space') or
                       self.configbool('diff', 'ignorews', None)),
             ignorewsamount=(opts.get('ignore_space_change') or