changeset 6866:0ff5d2bbd8b1

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Thu, 07 Aug 2008 09:53:27 +0200
parents 105d8676a688 (current diff) d923a051f84c (diff)
children e64f5abb8a88
files hgext/notify.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/notify.py	Wed Aug 06 17:19:14 2008 -0500
+++ b/hgext/notify.py	Thu Aug 07 09:53:27 2008 +0200
@@ -234,7 +234,7 @@
         maxdiff = int(self.ui.config('notify', 'maxdiff', 300))
         prev = self.repo.changelog.parents(node)[0]
         self.ui.pushbuffer()
-        patch.diff(self.repo, prev, ref)
+        patch.diff(self.repo, prev, ref, opts=patch.diffopts(self.ui))
         difflines = self.ui.popbuffer().splitlines(1)
         if self.ui.configbool('notify', 'diffstat', True):
             s = patch.diffstat(difflines)