mercurial/patch.py
changeset 3199 096f1c73cdc3
parent 3159 e43fd1623fe1
child 3223 53e843840349
--- a/mercurial/patch.py	Fri Sep 29 23:14:22 2006 +0200
+++ b/mercurial/patch.py	Tue Sep 26 00:05:24 2006 +0100
@@ -291,6 +291,8 @@
         text=opts.get('text'),
         git=(opts.get('git') or
                   ui.configbool('diff', 'git', None)),
+        nodates=(opts.get('nodates') or
+                  ui.configbool('diff', 'nodates', None)),
         showfunc=(opts.get('show_function') or
                   ui.configbool('diff', 'showfunc', None)),
         ignorews=(opts.get('ignore_all_space') or