mirror of
https://github.com/rclone/rclone.git
synced 2025-08-01 19:03:15 +02:00
Before this change we used the same datastructure for managing empty directories for both --create-empty-src-dirs in sync/copy/move and for the --delete-empty-src-dirs flag in move. These two uses are subtly incompatible and this change uses a separate datastructure for both uses. This makes it more accurate and easier to understand.