~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-30 02:45:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050530024548-120dad7e43de5fec
- rsync upload should be quieter

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  can use the file itself; for files from a revision we should use the
97
97
  commit time of the revision.
98
98
 
99
 
* Perhaps split command infrastructure from the actual command
100
 
  definitions.
101
 
 
102
 
* Cleaner support for negative boolean options like --no-recurse.
103
 
 
104
 
* Statcache should possibly map all file paths to / separators
105
 
 
106
99
 
107
100
Medium things
108
101
-------------
272
265
  just build a list of files to add and pass that to the regular add
273
266
  function.
274
267
 
275
 
* Function to list a directory, saying in which revision each file was
276
 
  last modified.  Useful for web and gui interfaces, and slow to
277
 
  compute one file at a time.
278
 
 
279
 
* unittest is standard, but the results are kind of ugly; would be
280
 
  nice to make it cleaner.
281
 
 
282
 
* Check locking is correct during merge-related operations.
283
 
 
284
268
 
285
269
Large things
286
270
------------