~bzr-pqm/bzr/bzr.dev

1534 by Robert Collins
Add BRANCH.TODO, and update Makefile to clean pyo files.
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.
1185.82.133 by Aaron Bentley
Update the TODOs
3
# 
2018.4.1 by Andrew Bennetts
Add WSGI smart server.
4
1852.13.2 by Robert Collins
Introduce a WorkingTree Format 4, which is the new dirstate format.
5
Set the introduction version of WorkingTreeFormat4 in workingtree.py.
1852.13.24 by Robert Collins
Get back to the broken-pending-revision-tree-from-dirstate state of development, changing dirstate from_tree to use _set_data rather than generating lines itself.
6
2255.2.15 by Robert Collins
Dirstate - truncate state file fixing bug in saving a smaller file, get more tree_implementation tests passing.
7
set_parent_trees needing to do the weird hack of making empty trees to pass in.
8
9
deprecate Tree.__iter__.
10
11
Cache [and keep synced] path to id mappings. - update WorkingTree4.id2path.
2255.2.16 by Robert Collins
Implement WorkingTreeFormat4._write_inventory for better compatability with existing code, letting more test_test_trees pass, now up to test_tree_with_subdirs_and_all_content_types.
12
13
Lazy inventory object that will:
14
 - be synced with the dirstate - or invalidated or something
15
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
16
   parse the lot.
2255.2.17 by Robert Collins
tweaks - finishes off all the test_test_trees tests for dirstate.
17
18
Dirstate query for path2id
2255.2.31 by Robert Collins
Work in progress to make merge_inner work with dirstate trees.
19
20
In things like get_file_sha1 on tree, consider a deprecation warning if
21
path is not given? or some developer tool to profile.
22
23
hashcache removal.