~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

Optimize common case where unique_lcs returns a set of lines all in a row

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
 
185
185
* BZRDIR should be in branch.py not __init__.py.
186
186
 
187
 
* bzrlib.delta.compare_trees() shouldn't need to sort all of the result
188
 
  lists, since they are being added in alphabetical order. Write tests
189
 
  to guarantee this, and remove the sort() calls.
190
 
 
191
187
Medium things
192
188
-------------
193
189
 
371
367
  This has been implemented, but it does not remove the texts from
372
368
  the store.
373
369
 
374
 
* ``bzrlib.lazy_import.lazy_import`` could check to see if a given
375
 
  module has already been imported (look at ``sys.modules``). If it
376
 
  has, then just import it directly, rather than creating a lazy
377
 
  object.
378
 
 
379
370
 
380
371
Large things
381
372
------------
458
449
 
459
450
* Should plugins be able to offer benchmark tests ?
460
451
 
461
 
CHANGESETS
462
 
----------
463
 
Ensure changeset command behaves properly w/revisions (e.g. 0)
464
 
Figure out whether testament-related bug is my problem
465
 
Get rid of the 'old' directory
466
 
Bundle signatures
467
 
What to do about ghost ancestors in remote branch that are present locally?