~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

Get test_remote.BasicRemoteObjectTests.test_open_remote_branch passing by implementing a remote method BzrDir.find_repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
probably means rearranging the class heirarchy to introduce new base classes
18
18
with no functionality implemented by VFS.
19
19
 
20
 
 
 
20
Implement RemoteBzrDir.find_repository directly for performance.