~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

[merge] bzr.dev 2294

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
3
 
4
 
 
5
Set the introduction version of WorkingTreeFormat4 in workingtree.py.
 
6
 
 
7
set_parent_trees needing to do the weird hack of making empty trees to pass in.
 
8
 
 
9
deprecate Tree.__iter__.
 
10
 
 
11
Cache [and keep synced] path to id mappings. - update WorkingTree4.id2path.
 
12
 
 
13
Lazy inventory object that will:
 
14
 - be synced with the dirstate - or invalidated or something
 
15
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
 
16
   parse the lot.
 
17
 
 
18
Dirstate query for path2id
 
19
 
 
20
In things like get_file_sha1 on tree, consider a deprecation warning if
 
21
path is not given? or some developer tool to profile.
 
22
 
 
23
hashcache removal.