diff hg_delta_editor.py @ 290:153266401676

hg_delta_editor: add timezone to default date to avoid DST issues
author Patrick Mezard <pmezard@gmail.com>
date Tue, 28 Apr 2009 21:16:35 +0200
parents 376ba9399ce6
children ce676eff002b 4dc197f533c1
line wrap: on
line diff
--- a/hg_delta_editor.py
+++ b/hg_delta_editor.py
@@ -130,7 +130,7 @@ class HgChangeReceiver(delta.Editor):
         if self.authors:
             self.writeauthors()
 
-        self.lastdate = '1970-01-01 00:00:00'
+        self.lastdate = '1970-01-01 00:00:00 -0000'
         self.includepaths = {}
         self.excludepaths = {}
         if filemap and os.path.exists(filemap):