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.
6
* add news - fixed --one with testskipped
7
branch formats are now tested uniformly, preventing regressions as new
9
* add news upgrade on url works
10
* add testing news - branch_implementations
11
* add testing news - testcasewithtransport
12
* add testing news skips with --one
13
* document WorkingTree.create, branch.create, workingtree.create_standalone, branch.init deprecation.
16
* cleanup remnans of check_format in the BzrBranch constructor.
17
* branch.clone duplicate code addressing
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
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
28
* NoRepository error for bzrdir.open_repository()