##// END OF EJS Templates
archive: set date to 1980 for very old zip files...
archive: set date to 1980 for very old zip files The zip file format stores the date using "MS-DOS format" which apparently means that they use 1980 as their epoch. Python's zipfile module emits deprecation warnings of this form /usr/lib/python2.6/zipfile.py:1108: DeprecationWarning: struct integer overflow masking is deprecated self.fp.write(zinfo.FileHeader()) /usr/lib/python2.6/zipfile.py:1108: DeprecationWarning: 'H' format requires 0 <= number <= 65535 self.fp.write(zinfo.FileHeader()) /home/mg/src/mercurial-crew/mercurial/archival.py:169: DeprecationWarning: struct integer overflow masking is deprecated self.z.close() /home/mg/src/mercurial-crew/mercurial/archival.py:169: DeprecationWarning: 'H' format requires 0 <= number <= 65535 self.z.close() when it is given such old timestamps. This fixes this by silently clamping the date to 1980.

File last commit:

r9815:49efeed4 default
r12319:381f1312 stable
Show More
test-rebase-newancestor.out
19 lines | 278 B | text/plain | TextLexer
/ tests / test-rebase-newancestor.out
adding a
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
created new head
@ 3:AD 1d4e82ed3c2a
|
| o 2:C 7e1afe9214b2
| |
| o 1:B 0a6620c3c26a
|/
o 0:A 1e635d440a73
@ 3:C 0c5887756284
|
o 2:B 4f208f4a1507
|
o 1:AD 1d4e82ed3c2a
|
o 0:A 1e635d440a73