~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Robert Collins
  • Date: 2005-10-11 08:31:29 UTC
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051011083129-fa720bc6cd6c039f
inline and simplify branch.find_branch_root, it should just try to create a branch at each step, which is simpler than probing for a specific dir and has less round trips.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
  2005-11-05      mbp  Flowers for stephane
26
26
 
 
27
* Fix tests so that import errors caused by modules don't produce false reports
 
28
  that the tests themselves don't exist.
 
29
 
 
30
* Fix tests so that one test failure doesn't prevent other tests from running
 
31
 
27
32
* print a message at the end of running the tests telling them that the
28
33
  test log and output exists but can be removed
29
34
 
203
208
 
204
209
* BZRDIR should be in branch.py not __init__.py.
205
210
 
 
211
* ``status `` should accept a -r option to show changes relative to a revision,
 
212
  or between revisions
 
213
 
206
214
Medium things
207
215
-------------
208
216