Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
289:75d4fde9aa2e | 290:153266401676 |
---|---|
128 if authors and os.path.exists(authors): | 128 if authors and os.path.exists(authors): |
129 self.readauthors(authors) | 129 self.readauthors(authors) |
130 if self.authors: | 130 if self.authors: |
131 self.writeauthors() | 131 self.writeauthors() |
132 | 132 |
133 self.lastdate = '1970-01-01 00:00:00' | 133 self.lastdate = '1970-01-01 00:00:00 -0000' |
134 self.includepaths = {} | 134 self.includepaths = {} |
135 self.excludepaths = {} | 135 self.excludepaths = {} |
136 if filemap and os.path.exists(filemap): | 136 if filemap and os.path.exists(filemap): |
137 self.readfilemap(filemap) | 137 self.readfilemap(filemap) |
138 | 138 |