~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Robert Collins
  • Date: 2006-02-11 11:58:06 UTC
  • mto: (1534.1.22 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060211115806-732dabc1e35714ed
Give format3 working trees their own last-revision marker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is for listing TODOs for branches that are being worked on.
2
2
# It should ALWAYS be empty in the mainline or in integration branches.
3
3
 
4
 
 
5
When merging:
 
6
 * add news - fixed --one with testskipped
 
7
   branch formats are now tested uniformly, preventing regressions as new
 
8
   formats come online.
 
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.
 
14
 
 
15
Before:
 
16
 * 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
 * check to use BzrDir