~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

merge merge tweaks from aaron, which includes latest .dev

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
 
* print a message at the end of running the tests telling them tht the
 
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
28
33
  test log and output exists but can be removed
29
34
 
30
35
* tests for running the commit editor, and fix problem of not passing in 
201
206
* sometimes gives "conflicting add" even when the contents are in fact
202
207
  the same???
203
208
 
 
209
* BZRDIR should be in branch.py not __init__.py.
 
210
 
 
211
* ``status `` should accept a -r option to show changes relative to a revision,
 
212
  or between revisions
204
213
 
205
214
Medium things
206
215
-------------