~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-10 07:17:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050510071707-41f3a4cc4c13accd
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
* Merge revert patch.
115
115
 
116
 
* Turn on stat cache code, and add optimization about avoiding
117
 
  dangerous cache entries.
118
 
 
119
116
* ``bzr mv`` that does either rename or move as in Unix.
120
117
 
121
118
* More efficient diff of only selected files.
238
235
  was last changed, as well as its current state?  This is a bit
239
236
  redundant but might often be interested to know.
240
237
 
 
238
* stat cache should perhaps only stat files as necessary, rather than
 
239
  doing them all up-front.  On the other hand, that disallows the
 
240
  opimization of stating them in inode order.
 
241
 
241
242
 
242
243
Large things
243
244
------------