1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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.
#
#
nested commits:
message_callback : call it many times?
specific files : adjust them as we walk deep into the trees.
get_reference_revision should not take an InventoryEntry
notice subtrees based on whether they actually have a control directory, not
how they're recorded in the working inventory
_iter_changes needs to stop iterating into control directories
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__.
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.
In things like get_file_sha1 on tree, consider a deprecation warning if
path is not given? or some developer tool to profile.
|