~bzr-pqm/bzr/bzr.dev

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is for listing TODOs for branches that are being worked on.
# It should ALWAYS be empty in the mainline or in integration branches.
# 

Set the introduction version of WorkingTreeFormat4 in workingtree.py.

set_parent_trees needing to do the weird hack of making empty trees to pass in.

deprecate Tree.__iter__.

Cache [and keep synced] path to id mappings. - update WorkingTree4.id2path.

Lazy inventory object that will:
 - be synced with the dirstate - or invalidated or something
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
   parse the lot.

Dirstate query for path2id

In things like get_file_sha1 on tree, consider a deprecation warning if
path is not given? or some developer tool to profile.

hashcache removal.