~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Robert Collins
  • Date: 2005-09-27 07:24:40 UTC
  • mfrom: (1185.1.41)
  • Revision ID: robertc@robertcollins.net-20050927072440-1bf4d99c3e1db5b3
pair programming worx... merge integration and weave

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