/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: Robert Collins
  • Date: 2007-03-04 22:10:43 UTC
  • mto: (2255.11.4 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070304221043-gxthr6yo2w4yy6mx
Add convenience utf8 decode routine for handling strings that might be None

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
3
 
4
 
 
5
Set the introduction version of WorkingTreeFormat4 in workingtree.py.
 
6
 
 
7
set_parent_trees needing to do the weird hack of making empty trees to pass in.
 
8
 
 
9
deprecate Tree.__iter__.
 
10
 
 
11
Lazy inventory object that will:
 
12
 - be synced with the dirstate - or invalidated or something
 
13
 - only convert as much as needed. I.e. calling iter_entries_by_dir does not
 
14
   parse the lot.
 
15
 
 
16
In things like get_file_sha1 on tree, consider a deprecation warning if
 
17
path is not given? or some developer tool to profile.
 
18
 
 
19
hashcache removal.
 
20