dropunused: Make more robust when trying to drop an object that has already been...
authorJoey Hess <joeyh@joeyh.name>
Thu, 3 Dec 2015 19:58:00 +0000 (15:58 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 3 Dec 2015 19:58:00 +0000 (15:58 -0400)
commit37a5e2d419abb732ce5f4fcbfe94dd2b918ab39c
treeea2efc6fc33493f840be747b2e306ec1a011f186
parent5e3e6b9ff9316a91a0d8fd533224a082e7f2cdbf
dropunused: Make more robust when trying to drop an object that has already been dropped.

Before it crashed trying to lock the not-present content and prevented
dropping anything else. Instead, succeed.
Command/DropUnused.hs
debian/changelog