git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent that already has a transfer lock file indicating it's being sent to that remote. The remote may have moved between networks, or reconnected.

This commit is contained in:
Joey Hess 2014-08-15 14:17:05 -04:00
parent d6e4514444
commit 852185c242
4 changed files with 27 additions and 2 deletions

View file

@ -29,3 +29,5 @@ git-annex: copy: 1 failed
workaround: `cd .git/annex/; mv transfer transfer.old` on the other side.
-- [[anarcat]]
> [[fixed|done]] --[[Joey]]