Commit deletes tombstoned base paths first, then copies delta files one by one, while ignoring create_dir_all and copy_entry errors at branch.rs (line 637) and branch.rs (line 707). After that it removes the branch directory. A failed copy can still be reported as success and destroy the only delta copy. This directly contradicts the atomic commit claim in README.md (line 12).
Commit deletes tombstoned base paths first, then copies delta files one by one, while ignoring create_dir_all and copy_entry errors at branch.rs (line 637) and branch.rs (line 707). After that it removes the branch directory. A failed copy can still be reported as success and destroy the only delta copy. This directly contradicts the atomic commit claim in README.md (line 12).