~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

Late bind to PatienceSequenceMatcher to allow plugin to override.

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
 
453
449
 
454
450
* Should plugins be able to offer benchmark tests ?
455
451
 
456
 
CHANGESETS
457
 
----------
458
 
Ensure changeset command behaves properly w/revisions (e.g. 0)
459
 
Figure out whether testament-related bug is my problem
460
 
Get rid of the 'old' directory
461
 
Bundle signatures
462
 
What to do about ghost ancestors in remote branch that are present locally?