~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Robert Collins
  • Date: 2007-03-07 05:41:58 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070307054158-j7yh62s59nz3rqdy
Update NEWS and clean out BRANCH.TODO.

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_parent_trees needing to do the weird hack of making empty trees to pass in.
18
 
 
19
 
deprecate Tree.__iter__.
20
 
 
21
 
Lazy inventory object that will:
22
 
 - be synced with the dirstate - or invalidated or something
23
 
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
24
 
   parse the lot.
25
 
 
26
 
In things like get_file_sha1 on tree, consider a deprecation warning if
27
 
path is not given? or some developer tool to profile.