diff hgext/notify.py @ 4495:fc20fa9f2dfd

Merge with crew-stable
author Patrick Mezard <pmezard@gmail.com>
date Sun, 03 Jun 2007 17:18:48 +0200
parents 49237d6ae97d afa1f57ae484
children eb26f8f70364
line wrap: on
line diff
--- a/hgext/notify.py	Sat Jun 02 09:04:23 2007 -0700
+++ b/hgext/notify.py	Sun Jun 03 17:18:48 2007 +0200
@@ -210,6 +210,8 @@
             del msg['From']
             msg['From'] = sender
 
+        msg['Date'] = util.datestr(date=util.makedate(),
+                format="%a, %d %b %Y %H:%M:%S", timezone=True)
         fix_subject()
         fix_sender()