~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-07-18 11:37:33 UTC
  • Revision ID: mbp@sourcefrog.net-20050718113733-39beb81b0e1ead4d
- don't intern weave text; it doesn't seem to help

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
Small things
18
18
------------
19
19
 
20
 
* is_within_any is very very dodgy
21
 
 
22
20
* Merging add of a new file clashing with an existing file doesn't
23
21
  work; add gets an error that it's already versioned and the merge
24
22
  aborts.
151
149
 
152
150
  - and, of course, tests for all this
153
151
 
154
 
* ``bzr add`` with no arguments should probably be the same as ``bzr add .``
 
152
* stat-cache update is too slow for some reason - why is Python making
 
153
  a lot of futex calls?
155
154
 
156
 
* Reproducible performance benchmark to measure whether performance is 
157
 
  getting better or worse.
158
155
 
159
156
 
160
157
Medium things