##// 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:

r9431:d1b135f2 default
r12319:381f1312 stable
Show More
test-convert-clonebranches.out
29 lines | 790 B | text/plain | TextLexer
/ tests / test-convert-clonebranches.out
Patrick Mezard
convert: hg.clonebranches must pull missing parents (issue941)
r5934 marked working directory as branch branch0
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% convert
3 adda
Patrick Mezard
convert: default revisions order depends on source...
r8692 2 changea
1 addb
Patrick Mezard
convert: hg.clonebranches must pull missing parents (issue941)
r5934 pulling from default into branch0
1 changesets found
0 mergeab
pulling from default into branch0
1 changesets found
marked working directory as branch branch1
marked working directory as branch branch2
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
(branch merge, don't forget to commit)
marked working directory as branch branch3
% incremental conversion
Patrick Mezard
convert: default revisions order depends on source...
r8692 2 c1
pulling from branch0 into branch1
Patrick Mezard
convert: fix history topology when using hg.tagsbranch...
r9431 4 changesets found
Patrick Mezard
convert: default revisions order depends on source...
r8692 1 c2
pulling from branch0 into branch2
Patrick Mezard
convert: fix history topology when using hg.tagsbranch...
r9431 4 changesets found
Patrick Mezard
convert: hg.clonebranches must pull missing parents (issue941)
r5934 0 c3
pulling from branch2 into branch3
Patrick Mezard
convert: fix history topology when using hg.tagsbranch...
r9431 5 changesets found
Patrick Mezard
convert: hg.clonebranches must pull missing parents (issue941)
r5934 pulling from branch1 into branch3
1 changesets found