mirror of
https://github.com/restic/restic.git
synced 2025-04-27 02:30:51 +00:00

Now that lockRepo receives a context, it is possible that it is canceled before a lock was created. Thus `unlockRepo` must be able to handle this case.