/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-07 01:31:55 UTC
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: mbp@sourcefrog.net-20070307013155-kxvc6ppleyv8jswg
Add blackbox test that join gives clean error when the repository doesn't support rich roots

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.