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.
This commit is contained in:
Joey Hess 2015-12-03 15:58:00 -04:00
parent 5e3e6b9ff9
commit 37a5e2d419
Failed to extract signature
2 changed files with 11 additions and 2 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (5.20151117) UNRELEASED; urgency=medium
being written to ~/.config/git-annex/autostart, and ignore any such
relative paths in the file.
This was a reversion caused by the relative path changes in 5.20150113.
* dropunused: Make more robust when trying to drop an object that has
already been dropped.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400