mirror of
https://github.com/restic/restic.git
synced 2026-02-26 10:46:24 +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.