/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Martin Pool
  • Date: 2007-03-06 12:13:06 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: mbp@sourcefrog.net-20070306121306-n387xz1h5aguv1he
Prohibit dirstate from getting entries called ..

Show diffs side-by-side

added added

removed removed

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