]> arthur.barton.de Git - bup.git/commit
A bunch of IOError->OSError conversions.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 09:07:03 +0000 (02:07 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 20 Mar 2011 09:42:10 +0000 (02:42 -0700)
commitd8f0c19a879089a45ea9697ed3bef796ebe11007
treeaa83fa192bcbdd1b2b3b94ee3e36506eea0bae7f
parent05f38ac5216e6a1e6ad467240c0f1e84c71a08b6
A bunch of IOError->OSError conversions.

Some of our replacement functions were throwing IOError when the function
they replaced would throw OSError.  This was particularly noticeable with
utime() on MacOS, since it caused a unit test failure.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/save-cmd.py
cmd/xstat-cmd.py
lib/bup/_helpers.c
lib/bup/metadata.py