~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-08-29 10:57:01 UTC
  • mfrom: (1092.1.41)
  • Revision ID: mbp@sourcefrog.net-20050829105701-7aaa81ecf1bfee05
- merge in merge improvements and additional tests 
  from aaron and lifeless

robertc@robertcollins.net-20050825131100-85772edabc817481

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
 
* print a message at the end of running the tests telling them that the
 
27
* print a message at the end of running the tests telling them tht the
33
28
  test log and output exists but can be removed
34
29
 
35
30
* tests for running the commit editor, and fix problem of not passing in 
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