]> arthur.barton.de Git - bup.git/commit
Return integers, not strings from get_commit_dates()
authorRob Browning <rlb@defaultvalue.org>
Wed, 30 Apr 2014 01:16:54 +0000 (20:16 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 12 May 2014 18:19:21 +0000 (13:19 -0500)
commitc3052e6825c5501e5faaaf7137334513e9a172ed
tree5d663ae89ac497f28a29d31c40d75852b32d26cc
parent926f2a9e630dbd355f91c77de65831bfce8014a2
Return integers, not strings from get_commit_dates()

Returning strings broke bup fuse (surprising that it worked
elsewhere), and since we have no fuse tests, it wasn't immediately
apparent.

So fix the bug and add some initial (trivial) fuse tests so that at
least this particular problem doesn't happen again.

To cleanup after the fuse tests, detect fuse mounts in
t/cleanup-mounts-under, and try to unmount them.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
lib/bup/git.py
t/cleanup-mounts-under
t/test-fuse.sh [new file with mode: 0755]