Merge lp://staging/~facundo/ubuntuone-client/unsubscribe-during-lr into lp://staging/ubuntuone-client
Proposed by
Facundo Batista
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~facundo/ubuntuone-client/unsubscribe-during-lr |
Merge into: | lp://staging/ubuntuone-client |
Diff against target: |
182 lines (+104/-9) 3 files modified
contrib/testing/testcase.py (+6/-0) tests/syncdaemon/test_localrescan.py (+81/-8) ubuntuone/syncdaemon/local_rescan.py (+17/-1) |
To merge this branch: | bzr merge lp://staging/~facundo/ubuntuone-client/unsubscribe-during-lr |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu One hackers | Pending | ||
Review via email: mp+72790@code.staging.launchpad.net |
Commit message
Support unsubscribing the volume (or removing it) while LocalRescan'ing (LP: #820353).
Description of the change
Support unsubscribing the volume (or removing it) while LocalRescan'ing.
Also renamed the 'ro_share' to 'rw_share', because it's actually a writable one.
Tests included.
To post a comment you must log in.
Unmerged revisions
- 1111. By Facundo Batista
-
Support unsubscribing the volume (or removing it) while LocalRescan'ing