]> arthur.barton.de Git - bup.git/commit
vfs.contents: remove unreachable code to handle commit blobs
authorRob Browning <rlb@defaultvalue.org>
Fri, 6 Jul 2018 20:11:19 +0000 (15:11 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Jul 2018 17:59:35 +0000 (12:59 -0500)
commitc3c63bdce1a8f0a2a15506d544683351ccfa22ab
tree866e185ea50004fc0ca186bada5aba927e37a873
parentc4fdab1acc87dcaf76dc3a973d21d1bfa3643e9c
vfs.contents: remove unreachable code to handle commit blobs

It shouldn't be possible to encounter an Item referring to a commit
blob because they're all (supposed to be) wrapped by a Commit.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/vfs.py