~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-07-22 23:43:26 UTC
  • Revision ID: mbp@sourcefrog.net-20050722234326-13104af9d837ed2b
todo

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