~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-08-03 12:53:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050803125327-ac9deb3985dc4e5c
- update todo list

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
  Given this we might be able to import patches at 1/second or better.
232
232
 
233
 
* Get branch over http.
234
 
 
235
 
* Pull pure updates over http.
236
 
 
237
233
* revfile compression.
238
234
 
239
 
* Split inventory into per-directory files.
 
235
* Split inventory into per-directory files?
240
236
 
241
237
* Fix ignore file parsing:
242
238
 
357
353
* Function to list a directory, saying in which revision each file was
358
354
  last modified.  Useful for web and gui interfaces, and slow to
359
355
  compute one file at a time.
360
 
 
361
 
* unittest is standard, but the results are kind of ugly; would be
362
 
  nice to make it cleaner.
 
356
  
 
357
  This will be done when we track file texts by referring to the
 
358
  version that created them. 
363
359
 
364
360
* Check locking is correct during merge-related operations.
365
361