~bzr-pqm/bzr/bzr.dev

1534 by Robert Collins
Add BRANCH.TODO, and update Makefile to clean pyo files.
1
# This file is for listing TODOs for branches that are being worked on.
2
# It should ALWAYS be empty in the mainline or in integration branches.
1534.1.15 by Robert Collins
* The internal storage of history, and logical branch identity have now
3
# 
1534.4.4 by Robert Collins
Make BzrBranchFormat.find_format take a transport not a url for efficiency.
4
5
 * add news - fixed --one with testskipped
6
   branch formats are now tested uniformly, preventing regressions as new
7
   formats come online.
1534.4.18 by Robert Collins
update TODO.
8
 * add news upgrade on url works
9
 * add testing news - branch_implementations
10
 * add testing news - testcasewithtransport
1534.4.27 by Robert Collins
update TODO
11
 * add testing news skips with --one
1534.4.19 by Robert Collins
merge from integration.
12
 * cleanup remnans of check_format in the BzrBranch constructor.
1534.4.21 by Robert Collins
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.
13
 * upgrade from .bzr to a '.bzr-new', then do a bait and switch.
1534.4.26 by Robert Collins
Move working tree initialisation out from Branch.initialize, deprecated Branch.initialize to Branch.create.
14
 * document WorkingTree.create, branch.create, workingtree.create_standalone, branch.init deprecation.
15
 * merge in storage, use lockable files to reinstate permissions for checkout control files.
1534.4.28 by Robert Collins
first cut at merge from integration.
16
 * branch.clone duplicate code addressing