~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

Extend the copy_to tests to smoke test server-to-same-server copies to catch optimised code paths, and fix sftps optimised code path by removing dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * add 'branch' test signatures are preserved
13
13
 * cleanup remnans of check_format in the BzrBranch constructor.
14
14
 * fixup test_outside_wt.test_http_log
15
 
 * test copy_to (and all transport to transport ops) with:
16
 
   same server to same server
17
 
   same protocol two servers
18
 
   different protocols
 
15
 * upgrade from .bzr to a '.bzr-new', then do a bait and switch.