~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-10-12 11:01:25 UTC
  • mto: (1185.16.26)
  • mto: This revision was merged to the branch mainline in revision 1454.
  • Revision ID: mbp@sourcefrog.net-20051012110125-95ad588eb43670c8
[pick] avoid problems in fetching when .bzr is not listable
  don't try to read the directory; tty to read things inside it
robertc@robertcollins.net-20051011034144-19aca2bd13f66055

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