~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Robert Collins
  • Date: 2007-03-01 12:20:44 UTC
  • mto: (2255.11.3 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070301122044-x7c1rh865qdv3pnb
Some BRANCH.TODO updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
deprecate Tree.__iter__.
10
10
 
11
 
Cache [and keep synced] path to id mappings. - update WorkingTree4.id2path.
12
 
 
13
11
Lazy inventory object that will:
14
12
 - be synced with the dirstate - or invalidated or something
15
13
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
16
14
   parse the lot.
17
15
 
18
 
Dirstate query for path2id
19
 
 
20
16
In things like get_file_sha1 on tree, consider a deprecation warning if
21
17
path is not given? or some developer tool to profile.
22
18
 
23
19
hashcache removal.
 
20