2023-01-08 14:34:30 +00:00
|
|
|
Change: Make `unlock` display message only when locks were actually removed
|
2022-09-18 10:40:19 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
The `unlock` command used to print the "successfully removed locks" message
|
|
|
|
whenever it was run, regardless of lock files having being removed or not.
|
|
|
|
|
|
|
|
This has now been changed such that it only prints the message if any lock
|
|
|
|
files were actually removed. In addition, it also reports the number of
|
|
|
|
removed lock files.
|
2022-09-18 10:40:19 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3929
|
|
|
|
https://github.com/restic/restic/pull/3935
|