diff -r a32f65549b9e -r 096f1c73cdc3 mercurial/patch.py --- 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