~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Robert Collins
  • Date: 2006-02-10 12:53:39 UTC
  • mto: (1534.5.2 bzr-dir)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060210125339-a4c03f338943ed71
update BRANCH.TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * add news upgrade on url works
10
10
 * add testing news - branch_implementations
11
11
 * add testing news - testcasewithtransport
 
12
 * add testing news - workingtree_implementations
 
13
 * add testing news - repository_implementations
12
14
 * add testing news skips with --one
13
15
 * document WorkingTree.create, branch.create, workingtree.create_standalone, branch.init deprecation.
14
16
 
15
 
Before:
 
17
Before considering it finished.:
16
18
 * cleanup remnans of check_format in the BzrBranch constructor.
17
 
 * branch.clone duplicate code addressing 
18
 
 * do the following
19
 
 14:38 < lifeless> core use cases:
20
 
 14:38 < lifeless>  * new LOD from a tree or branch - dont care about the trees content, would care about its last revision.
21
 
 14:39 < lifeless>  * new LOD and content checkedout in place from a tree or branch - again, only would use tree to find last revision.
22
 
 14:40 < lifeless> so, rather than four apis (wt.branch_to, wt.branch_to_working_tree, branch.branch_to, etc.
23
 
 14:40 < lifeless> I think this is a MetaDir operation - or some such.
24
 
 But I cant think where so I'll stash it as functions in branch.py and working_tree.py with 
25
 
 'fixmes: find a home'
26
 
 14:41 < lifeless> the one in branch.py will be the one that *makes* a branch, ditto that in working tree that makes a branch and tree
27
 
 
28
 
 * NoRepository error for bzrdir.open_repository()
29
 
 
30
19
 * check to use BzrDir