~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/random.txt

  • Committer: Martin Pool
  • Date: 2005-04-26 05:20:17 UTC
  • Revision ID: mbp@sourcefrog.net-20050426052016-8445d0f4fec584d0
- move all TODO items into ./TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
-----
237
237
 
238
 
 
239
 
* Fix up diffs for files without a trailing newline
240
 
 
241
 
-----
242
 
 
243
 
* Directly import diffs!  It seems a bit redundant to need to rescan
244
 
  the directory to work out what files diff added/deleted/changed when
245
 
  all the information is there in the diff in the first place.
246
 
  Getting the exact behaviour for added/deleted subdirectories etc
247
 
  might be hard.
248
 
 
249
 
  At the very least we could run diffstat over the diff, or perhaps
250
 
  read the status output from patch.  Just knowing which files might
251
 
  be modified would be enough to guide the add and commit.
252
 
  
253
 
  Given this we might be able to import patches at 1/second or better.
254
 
 
255
 
 
256
 
----
257
 
 
258
238
When sending patches by email (optionall) send each one as a separate
259
239
mail, with a sequence number [%03d/%03d] at the start of the Subject.
260
240
See mail from linus 2005-04-07.