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.
5
Set the introduction version of WorkingTreeFormat4 in workingtree.py.
7
set_parent_trees needing to do the weird hack of making empty trees to pass in.
9
deprecate Tree.__iter__.
11
Lazy inventory object that will:
12
- be synced with the dirstate - or invalidated or something
13
- only convert as much as needed. I.e. calling iter_entries_by_dir does not
16
In things like get_file_sha1 on tree, consider a deprecation warning if
17
path is not given? or some developer tool to profile.