~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-31 05:56:58 UTC
  • mfrom: (1711.2.28 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060531055658-2fa78bd860286282
[patch] Lalo Martins: add python path information to bzr --version

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