Merge lp://staging/~verterok/ubuntuone-client/fix-597870-stable into lp://staging/ubuntuone-client/stable-1-2
Proposed by
Guillermo Gonzalez
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | dobey | ||||
Approved revision: | 518 | ||||
Merged at revision: | 518 | ||||
Proposed branch: | lp://staging/~verterok/ubuntuone-client/fix-597870-stable | ||||
Merge into: | lp://staging/ubuntuone-client/stable-1-2 | ||||
Diff against target: |
162 lines (+108/-5) 2 files modified
tests/syncdaemon/test_fsm.py (+90/-2) ubuntuone/syncdaemon/filesystem_manager.py (+18/-3) |
||||
To merge this branch: | bzr merge lp://staging/~verterok/ubuntuone-client/fix-597870-stable | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista (community) | Approve | ||
John O'Brien (community) | Approve | ||
Review via email: mp+28434@code.staging.launchpad.net |
Commit message
Fix fileystem manager _delete_dir_tree method to support read-only shares.
Description of the change
Fix fileystem manager _delete_dir_tree method to support read-only shares.
This will avoid conflicts in read only shares, when a lot of changes are going on and e.g: we get a delete for a node and another node(s) are added to the parent.
To post a comment you must log in.
It's ok