~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-06-10 02:41:06 UTC
  • Revision ID: mbp@sourcefrog.net-20050610024106-d57225e68c6457b3
- notes on patches for Windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
* Statcache should possibly map all file paths to / separators
105
105
 
 
106
* quotefn doubles all backslashes on Windows; this is probably not the
 
107
  best thing to do.  What would be a better way to safely represent
 
108
  filenames?  Perhaps we could doublequote things containing spaces,
 
109
  on the principle that filenames containing quotes are unlikely?
 
110
  Nice for humans; less good for machine parsing.
 
111
 
 
112
* Patches should probably use only forward slashes, even on Windows,
 
113
  otherwise Unix patch can't apply them. (?) 
 
114
 
106
115
 
107
116
Medium things
108
117
-------------