meld:master commits
-
Add error handling for single-file-open starts with missing file (#896)
The code path handling single-file VC opens remains a weird one. The fix here is to not reach the point of doing a full scan by erroring out when the user tries to open a missing file, rather than assuming that they want a full VC scan.
-
Handle permission errors while scanning VC folders