~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-09-13 23:08:19 UTC
  • Revision ID: mbp@sourcefrog.net-20050913230819-6ceae96050d32faa
ignore .bzr-shelf

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
 
 
32
27
* print a message at the end of running the tests telling them that the
33
28
  test log and output exists but can be removed
34
29
 
169
164
 
170
165
  - and, of course, tests for all this
171
166
 
 
167
* ``bzr add`` with no arguments should probably be the same as ``bzr add .``
 
168
 
172
169
* Reproducible performance benchmark to measure whether performance is 
173
170
  getting better or worse.
174
171
 
206
203
 
207
204
* BZRDIR should be in branch.py not __init__.py.
208
205
 
209
 
* ``status `` should accept a -r option to show changes relative to a revision,
210
 
  or between revisions
211
 
 
212
206
Medium things
213
207
-------------
214
208