7
message_callback : call it many times?
8
specific files : adjust them as we walk deep into the trees.
10
get_reference_revision should not take an InventoryEntry
12
notice subtrees based on whether they actually have a control directory, not
13
how they're recorded in the working inventory
15
_iter_changes needs to stop iterating into control directories
17
set_parent_trees needing to do the weird hack of making empty trees to pass in.
19
deprecate Tree.__iter__.
21
Lazy inventory object that will:
22
- be synced with the dirstate - or invalidated or something
23
- only convert as much as needed. I.e. calling iter_entries_by_dir does not
26
In things like get_file_sha1 on tree, consider a deprecation warning if
27
path is not given? or some developer tool to profile.