~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
# 
1852.13.2 by Robert Collins
Introduce a WorkingTree Format 4, which is the new dirstate format.
4
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.
5
6
optimise dirstate to not write data for ghost parents - and stop set_parent_trees needing to do the weird hack of making empty trees to pass in.