mirror of
https://github.com/restic/restic.git
synced 2026-04-15 01:28:49 +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.