~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Jelmer Vernooij
  • Date: 2006-06-13 13:24:40 UTC
  • mfrom: (1767 +trunk)
  • mto: (1769.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1770.
  • Revision ID: jelmer@samba.org-20060613132440-24e222a86f948f60
[merge] bzr.dev

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
 
187
191
Medium things
188
192
-------------
189
193
 
449
453
 
450
454
* Should plugins be able to offer benchmark tests ?
451
455
 
 
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?