~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-05 02:33:00 UTC
  • Revision ID: mbp@sourcefrog.net-20050505023300-1b236922da8462d0
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
    assert it's equal.
194
194
 
195
195
* There are too many methods on Branch() that really manipulate the
196
 
  WorkingTree.  They should be moved across.
 
196
  WorkingTree.  They should be moved across.  
 
197
 
 
198
  Also there are some methods which are duplicated on Tree and
 
199
  Inventory objects, and it should be made more clear which ones are
 
200
  proxies and which ones behave differently, and how.
197
201
 
198
202
 
199
203