mirror of
https://github.com/restic/restic.git
synced 2026-07-15 03:34:53 +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.