~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-24 21:14:28 UTC
  • Revision ID: mbp@sourcefrog.net-20050524211428-387e8b9c4910d3e1
- Write statcache using \u style encoding to avoid
  problems with quopri encoding causing line-wrapping etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
* Function that finds all changes to files under a given directory;
263
263
  perhaps log should use this if a directory is given.
264
264
 
 
265
* XML attributes might have trouble with filenames containing \n and
 
266
  \r.  Do we really want to support this?  I think perhaps not.
 
267
 
265
268
 
266
269
Large things
267
270
------------