]> arthur.barton.de Git - bup.git/commit
Fixup ctime/mtime that are outside a 32-bit range.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 9 Sep 2010 05:42:21 +0000 (22:42 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 9 Sep 2010 05:42:59 +0000 (22:42 -0700)
commitce2ace5c15b75e72c16821a89f1c1abd109b2f64
tree6ee0e66178493d3291158730c898ba957f60746a
parentc135a5834a9bf9cd9c3382d6489f93e3fdabeafd
Fixup ctime/mtime that are outside a 32-bit range.

This avoids a DeprecationWarning on python 2.6.  That warning probably
should have been an error instead.

Reported by David Roda.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/index.py